Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 26, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/0e3f917da3455b3cbe40941a3fa9b0df to your computer and use it in GitHub Desktop.
Save garystafford/0e3f917da3455b3cbe40941a3fa9b0df to your computer and use it in GitHub Desktop.
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