--- 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: "ribbon" version: "2.2.106" group: "io.fabric8.quickstarts" name: "ribbon" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: hystrix.enabled: "true" project: "ribbon" hystrix.cluster: "default" provider: "fabric8" group: "io.fabric8.quickstarts" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.106" fabric8.io/git-commit: "e5c84ef26d118dcdad928aa2ac099f5119f0f2a1" fabric8.io/build-id: "2" labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "ribbon" version: "2.2.106" group: "io.fabric8.quickstarts" name: "ribbon" spec: replicas: 1 selector: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "ribbon" version: "2.2.106" group: "io.fabric8.quickstarts" template: metadata: annotations: {} labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "ribbon" version: "2.2.106" group: "io.fabric8.quickstarts" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/ribbon:2.2.106" name: "ribbon" ports: - containerPort: 8080 name: "http" - containerPort: 8778 name: "jolokia" readinessProbe: httpGet: httpHeaders: [] path: "/health" port: 8080 initialDelaySeconds: 5 securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} serviceAccountName: "ribbon" volumes: [] kind: "List"