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