--- 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" project: "hello-ribbon-spring-boot" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix" name: "hello-ribbon-spring-boot" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: hystrix.enabled: "true" project: "hello-ribbon-spring-boot" provider: "fabric8" group: "io.fabric8.kubeflix" 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-ribbon-spring-boot" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix" name: "hello-ribbon-spring-boot" spec: replicas: 1 selector: hystrix.enabled: "true" project: "hello-ribbon-spring-boot" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix" template: metadata: annotations: {} labels: hystrix.enabled: "true" project: "hello-ribbon-spring-boot" provider: "fabric8" version: "1.0.16" group: "io.fabric8.kubeflix" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hello-ribbon-spring-boot:1.0.16" name: "hello-ribbon-spring-boot" ports: - containerPort: 8080 name: "http" readinessProbe: httpGet: httpHeaders: [] path: "/health" port: 8080 initialDelaySeconds: 5 securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} serviceAccountName: "ribbon" volumes: [] kind: "List"