spec: | |
containers: | |
- name: zipkin-to-stackdriver | |
image: gcr.io/stackdriver-trace-docker/zipkin-collector | |
imagePullPolicy: IfNotPresent | |
# env: | |
# - name: GOOGLE_APPLICATION_CREDENTIALS | |
# value: "/path/to/credentials.json" | |
# - name: PROJECT_ID | |
# value: "my_project_id" | |
ports: | |
- name: zipkin | |
containerPort: 9411 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment