--- apiVersion: "v1" items: - apiVersion: "v1" kind: "Service" metadata: annotations: {} labels: project: "zipkin-hello-world-example" provider: "fabric8" version: "0.0.7" group: "io.fabric8.zipkin.examples" name: "zipkin-hello-world-example" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: project: "zipkin-hello-world-example" provider: "fabric8" group: "io.fabric8.zipkin.examples" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v0.0.7" fabric8.io/git-commit: "44e8de2fcb2143fdeb9e4352412636f779e90e80" fabric8.io/build-id: "3" labels: project: "zipkin-hello-world-example" provider: "fabric8" version: "0.0.7" group: "io.fabric8.zipkin.examples" name: "zipkin-hello-world-example" spec: replicas: 1 selector: project: "zipkin-hello-world-example" provider: "fabric8" version: "0.0.7" group: "io.fabric8.zipkin.examples" template: metadata: annotations: {} labels: project: "zipkin-hello-world-example" provider: "fabric8" version: "0.0.7" group: "io.fabric8.zipkin.examples" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/zipkin-hello-world-example:0.0.7" name: "zipkin-hello-world-example" ports: - containerPort: 8080 name: "http" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] kind: "List"