--- apiVersion: "v1" items: - apiVersion: "v1" kind: "Service" metadata: annotations: {} labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hello-hystrix" version: "1.0.3" 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" hystrix.cluster: "default" provider: "fabric8" group: "io.fabric8.kubeflix.examples" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v1.0.3" fabric8.io/git-commit: "f8833c865932779b7b00bacd9a8dac6bd0840b4a" fabric8.io/build-id: "4" labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hello-hystrix" version: "1.0.3" group: "io.fabric8.kubeflix.examples" name: "hello-hystrix" spec: replicas: 1 selector: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hello-hystrix" version: "1.0.3" group: "io.fabric8.kubeflix.examples" template: metadata: annotations: {} labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hello-hystrix" version: "1.0.3" group: "io.fabric8.kubeflix.examples" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hello-hystrix:1.0.3" name: "hello-hystrix" ports: - containerPort: 8080 name: "http" - containerPort: 8778 name: "jolokia" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] kind: "List"