--- apiVersion: "v1" kind: "List" items: - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/git-commit: "3a99d3fc72fe5f3b1f9682e6687fdfb7259ff791" fabric8.io/iconUrl: "img/icons/spring-boot.svg" fabric8.io/git-branch: "release-v0.1.7" fabric8.io/build-id: "2" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/3a99d3fc72fe5f3b1f9682e6687fdfb7259ff791" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/2" labels: project: "zipkin-hello-world" provider: "fabric8" version: "0.1.7" group: "io.fabric8.zipkin.examples" expose: "true" name: "zipkin-hello-world" spec: ports: - name: "http" port: 80 protocol: "TCP" targetPort: 8080 selector: project: "zipkin-hello-world" provider: "fabric8" group: "io.fabric8.zipkin.examples" type: "LoadBalancer" - apiVersion: "v1" kind: "DeploymentConfig" metadata: annotations: fabric8.io/git-commit: "3a99d3fc72fe5f3b1f9682e6687fdfb7259ff791" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=zipkin-hello-world&var-version=0.1.7" fabric8.io/build-id: "2" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/2" fabric8.io/iconUrl: "img/icons/spring-boot.svg" fabric8.io/git-branch: "release-v0.1.7" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/3a99d3fc72fe5f3b1f9682e6687fdfb7259ff791" labels: project: "zipkin-hello-world" provider: "fabric8" version: "0.1.7" group: "io.fabric8.zipkin.examples" name: "zipkin-hello-world" spec: replicas: 1 selector: project: "zipkin-hello-world" provider: "fabric8" group: "io.fabric8.zipkin.examples" strategy: rollingParams: timeoutSeconds: 10800 type: "Rolling" template: metadata: annotations: fabric8.io/git-commit: "3a99d3fc72fe5f3b1f9682e6687fdfb7259ff791" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=zipkin-hello-world&var-version=0.1.7" fabric8.io/build-id: "2" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/2" fabric8.io/iconUrl: "img/icons/spring-boot.svg" fabric8.io/git-branch: "release-v0.1.7" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/3a99d3fc72fe5f3b1f9682e6687fdfb7259ff791" labels: project: "zipkin-hello-world" provider: "fabric8" version: "0.1.7" group: "io.fabric8.zipkin.examples" spec: containers: - env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/zipkin-hello-world:0.1.7" imagePullPolicy: "IfNotPresent" livenessProbe: httpGet: path: "/health" port: 8080 initialDelaySeconds: 180 name: "zipkin-hello-world" ports: - containerPort: 8080 name: "http" readinessProbe: httpGet: path: "/health" port: 8080 initialDelaySeconds: 10 securityContext: privileged: false triggers: - type: "ConfigChange"