--- apiVersion: "v1" items: - apiVersion: "v1" kind: "Service" metadata: annotations: {} labels: hystrix.enabled: "true" project: "hello-hystrix" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix.examples" name: "hello-hystrix" spec: deprecatedPublicIPs: [] externalIPs: [] 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: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v1.0.16" fabric8.io/git-commit: "1b76739814192e84b1cba911a244633e39be4f57" fabric8.io/build-url: "http://jenkins.cd.beast.fabric8.io/job/Single-kubeflix/3/" fabric8.io/build-id: "3" labels: hystrix.enabled: "true" project: "hello-hystrix" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix.examples" name: "hello-hystrix" spec: replicas: 1 selector: hystrix.enabled: "true" project: "hello-hystrix" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix.examples" template: metadata: annotations: {} labels: hystrix.enabled: "true" project: "hello-hystrix" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix.examples" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hello-hystrix:1.0.16" name: "hello-hystrix" ports: - containerPort: 8080 name: "http" - containerPort: 8778 name: "jolokia" readinessProbe: httpGet: httpHeaders: [] path: "/ready" port: 8080 initialDelaySeconds: 5 securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] kind: "List"