--- apiVersion: "v1" kind: "Template" metadata: annotations: fabric8.hystrix/summary: "Quickstart applications for working with Fabric8" description: "Quickstart applications for working with Fabric8" labels: {} name: "hystrix" objects: - 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.148" group: "io.fabric8.quickstarts" name: "hystrix" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" group: "io.fabric8.quickstarts" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.148" fabric8.io/git-commit: "02f2e6bc0472ac161d9da425f98b404a5bbd5fa1" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/3" fabric8.io/build-id: "3" labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" version: "2.2.148" group: "io.fabric8.quickstarts" name: "hystrix" spec: replicas: 1 selector: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" version: "2.2.148" group: "io.fabric8.quickstarts" template: metadata: annotations: {} labels: hystrix.enabled: "true" hystrix.cluster: "default" provider: "fabric8" project: "hystrix" version: "2.2.148" group: "io.fabric8.quickstarts" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hystrix:2.2.148" 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: [] parameters: []