--- apiVersion: "v1" items: - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/git-commit: "fa95d3d6db12f2292a7570b0f18650e21d69a806" fabric8.io/git-branch: "release-v1.0.18" fabric8.io/build-id: "3" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/fa95d3d6db12f2292a7570b0f18650e21d69a806" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/3" labels: hystrix.enabled: "true" project: "hello-hystrix" provider: "fabric8" version: "1.0.18" 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: "fa95d3d6db12f2292a7570b0f18650e21d69a806" fabric8.io/git-branch: "release-v1.0.18" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=hello-hystrix&var-version=1.0.18" fabric8.io/build-id: "3" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/fa95d3d6db12f2292a7570b0f18650e21d69a806" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/3" labels: hystrix.enabled: "true" project: "hello-hystrix" provider: "fabric8" version: "1.0.18" 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: "fa95d3d6db12f2292a7570b0f18650e21d69a806" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=hello-hystrix&var-version=1.0.18" fabric8.io/build-id: "3" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/3" fabric8.io/git-branch: "release-v1.0.18" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/fa95d3d6db12f2292a7570b0f18650e21d69a806" labels: hystrix.enabled: "true" project: "hello-hystrix" provider: "fabric8" version: "1.0.18" group: "io.fabric8.kubeflix.examples" spec: containers: - env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hello-hystrix:1.0.18" 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"