Skip to content

caiwenhao/zipkin-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipkin-helm

A helm chart for zipkin

usage

Adding the repo

helm repo add zipkin-helm https://financial-times.github.io/zipkin-helm/docs

Installing

helm install -f my-cassandra-config.yaml https://financial-times.github.io/zipkin-helm/docs/zipkin-helm-0.1.1.tgz

values

Example

cassandra:
  username: zipkinuser
  password: my-super-secret-password
  contactPoints: cassandra-1.me.com,cassandra-2.me.com

ingress:
  host: zipkin.example.com

configmap:
  localdc:
    name: cassandra # use this notation if you want to reuse values from existing configmaps, this takes precedence over the .cassandra field
    key: local.dc

Releasing

Package the new version

  1. Change the version in the Chart.yaml file to the new version
  2. helm package -d docs/ .
  3. helm repo index docs --url https://financial-times.github.io/zipkin-helm/docs/
  4. Commit the changes
  5. Make a new release on github
  6. git commit -m 'rebuild pages' --allow-empty && git push

About

A helm chart for zipkin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages