--- apiVersion: "v1" items: - apiVersion: "v1" kind: "ServiceAccount" metadata: labels: provider: "fabric8" project: "hello-ribbon" version: "1.0.20" group: "io.fabric8.kubeflix" name: "ribbon" - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/git-commit: "a9360eceb5e33ea46da74eb9419515c343d24ac7" fabric8.io/git-branch: "release-v1.0.20" fabric8.io/build-id: "1" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/a9360eceb5e33ea46da74eb9419515c343d24ac7" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" labels: hystrix.enabled: "true" project: "hello-ribbon" provider: "fabric8" version: "1.0.20" group: "io.fabric8.kubeflix" name: "hello-ribbon" spec: ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: hystrix.enabled: "true" project: "hello-ribbon" provider: "fabric8" group: "io.fabric8.kubeflix" type: "LoadBalancer" - apiVersion: "extensions/v1beta1" kind: "Deployment" metadata: annotations: fabric8.io/git-commit: "a9360eceb5e33ea46da74eb9419515c343d24ac7" fabric8.io/git-branch: "release-v1.0.20" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=hello-ribbon&var-version=1.0.20" fabric8.io/build-id: "1" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/a9360eceb5e33ea46da74eb9419515c343d24ac7" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" labels: hystrix.enabled: "true" project: "hello-ribbon" provider: "fabric8" version: "1.0.20" group: "io.fabric8.kubeflix" name: "hello-ribbon" spec: replicas: 1 selector: matchLabels: hystrix.enabled: "true" project: "hello-ribbon" provider: "fabric8" group: "io.fabric8.kubeflix" template: metadata: annotations: fabric8.io/git-commit: "a9360eceb5e33ea46da74eb9419515c343d24ac7" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=hello-ribbon&var-version=1.0.20" fabric8.io/build-id: "1" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" fabric8.io/git-branch: "release-v1.0.20" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/a9360eceb5e33ea46da74eb9419515c343d24ac7" labels: hystrix.enabled: "true" project: "hello-ribbon" provider: "fabric8" version: "1.0.20" group: "io.fabric8.kubeflix" spec: containers: - env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hello-ribbon:1.0.20" imagePullPolicy: "IfNotPresent" name: "hello-ribbon" ports: - containerPort: 8080 name: "http" - containerPort: 8778 name: "jolokia" readinessProbe: httpGet: path: "/ready" port: 8080 initialDelaySeconds: 5 serviceAccountName: "ribbon" kind: "List"