--- apiVersion: "v1" kind: "List" items: - apiVersion: "v1" kind: "ServiceAccount" metadata: labels: provider: "fabric8" project: "fabric8-console" version: "2.2.193" group: "io.fabric8.platform.console" name: "fabric8" - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/master/app-kubernetes/src/main/fabric8/icon.svg" fabric8.io/git-commit: "536c0cabecdc091ccd0883d29d770bb13fbdb293" fabric8.io/git-branch: "release-v2.2.193" fabric8.io/build-id: "1" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/536c0cabecdc091ccd0883d29d770bb13fbdb293" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" labels: provider: "fabric8" project: "fabric8-console" expose: "true" version: "2.2.193" group: "io.fabric8.apps" name: "fabric8" spec: ports: - port: 80 protocol: "TCP" targetPort: 9090 selector: project: "fabric8-console" provider: "fabric8" expose: "true" group: "io.fabric8.platform.console" - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/git-commit: "536c0cabecdc091ccd0883d29d770bb13fbdb293" fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/fabric8-console/src/main/fabric8/icon.svg" fabric8.io/git-branch: "release-v2.2.193" fabric8.io/build-id: "1" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/536c0cabecdc091ccd0883d29d770bb13fbdb293" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" labels: group: "io.fabric8.apps" project: "fabric8-console" provider: "fabric8" expose: "true" version: "2.2.193" name: "jenkinshift" spec: ports: - name: "http" port: 80 protocol: "TCP" targetPort: 9191 selector: group: "io.fabric8.platform.console" project: "fabric8-console" provider: "fabric8" - apiVersion: "v1" kind: "ConfigMap" metadata: annotations: fabric8.console/summary: "[Fabric8 Console](http://fabric8.io/v2/console.html)\ \ for working with Fabric8 and Kubernetes" description: "Creates an instance of the Fabric8 Console for working with fabric8 and kubernetes." expose.config.fabric8.io/oauth-authorize-url-key: "oauth-authorize-uri" fabric8.console/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/master/app-kubernetes/src/main/fabric8/icon.svg" labels: provider: "fabric8" project: "fabric8-console" version: "2.2.193" group: "io.fabric8.platform.console" name: "fabric8" data: github-oauth-client-id: "" github-oauth-client-secret: "" oauth-authorize-uri: "" auth-mode: "basic" master-uri: "k8s" - apiVersion: "v1" kind: "ConfigMap" metadata: annotations: description: "Defines the environments used by your Continuous Delivery pipelines." fabric8.console/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/master/app-kubernetes/src/main/fabric8/icon.svg" labels: kind: "environments" provider: "fabric8" project: "fabric8-console" version: "2.2.193" group: "io.fabric8.platform.console" name: "fabric8-environments" - apiVersion: "extensions/v1beta1" kind: "Deployment" metadata: annotations: fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/master/app-kubernetes/src/main/fabric8/icon.svg" configmap.fabric8.io/update-on-change: "fabric8" fabric8.io/git-commit: "536c0cabecdc091ccd0883d29d770bb13fbdb293" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=fabric8-console&var-version=2.2.193" fabric8.io/build-id: "1" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" fabric8.io/git-branch: "release-v2.2.193" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/536c0cabecdc091ccd0883d29d770bb13fbdb293" labels: provider: "fabric8" project: "fabric8-console" expose: "true" version: "2.2.193" group: "io.fabric8.apps" name: "fabric8" spec: replicas: 1 selector: matchLabels: provider: "fabric8" group: "io.fabric8.platform.console" project: "fabric8-console" expose: "true" template: metadata: annotations: fabric8.io/git-commit: "536c0cabecdc091ccd0883d29d770bb13fbdb293" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=fabric8-console&var-version=2.2.193" fabric8.io/build-id: "1" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-console/master/app-kubernetes/src/main/fabric8/icon.svg" configmap.fabric8.io/update-on-change: "fabric8" fabric8.io/git-branch: "release-v2.2.193" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/536c0cabecdc091ccd0883d29d770bb13fbdb293" labels: provider: "fabric8" group: "io.fabric8.platform.console" project: "fabric8-console" expose: "true" version: "2.2.193" spec: containers: - command: - "/kuisp" - "-p" - "9090" - "-c" - "/site/osconsole/config.${OAUTH_PROVIDER}.js.tmpl=/site/osconsole/config.js" - "--bearer-token=/var/run/secrets/kubernetes.io/serviceaccount/token" - "--skip-cert-validation=true" - "--default-page=/index.html" - "--max-age=24h" - "-s" - "/k8s/=https://kubernetes:443/" - "--compress" env: - name: "GITHUB_OAUTH_CLIENT_SECRET" valueFrom: configMapKeyRef: key: "github-oauth-client-secret" name: "fabric8" - name: "OAUTH_PROVIDER" valueFrom: configMapKeyRef: key: "auth-mode" name: "fabric8" - name: "GITHUB_OAUTH_CLIENT_ID" valueFrom: configMapKeyRef: key: "github-oauth-client-id" name: "fabric8" - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" - name: "KUBERNETES_MASTER_URI" valueFrom: configMapKeyRef: key: "master-uri" name: "fabric8" image: "fabric8/fabric8-console:2.2.193" name: "fabric8" ports: - containerPort: 9090 name: "http" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" - image: "fabric8/jenkinshift:2.2.193" name: "jenkinshift" ports: - containerPort: 9191 name: "sun-as-jpda" protocol: "TCP"