--- apiVersion: "v1" items: - apiVersion: "v1" imagePullSecrets: [] kind: "ServiceAccount" metadata: annotations: {} labels: {} name: "ribbon" secrets: [] - apiVersion: "v1" kind: "Service" metadata: annotations: servicepath: "/hello" labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" version: "2.2.123" group: "io.fabric8.quickstarts" name: "hystrix" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: hystrix.enabled: "true" project: "hystrix" hystrix.cluster: "default" provider: "fabric8" group: "io.fabric8.quickstarts" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.123" fabric8.io/git-commit: "dc1ba857b1971460ce5a7414ee7bac297a9bf827" fabric8.io/build-url: "http://null:80/job/oss-parent/3" fabric8.io/build-id: "3" labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" version: "2.2.123" group: "io.fabric8.quickstarts" name: "hystrix" spec: replicas: 1 selector: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" version: "2.2.123" group: "io.fabric8.quickstarts" template: metadata: annotations: {} labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" version: "2.2.123" group: "io.fabric8.quickstarts" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hystrix:2.2.123" name: "hystrix" ports: - containerPort: 8080 name: "http" - containerPort: 8778 name: "jolokia" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} serviceAccountName: "ribbon" volumes: [] kind: "List"