You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
297 B

  1. replicaCount: 1
  2. clusterName: eshop-aks
  3. pathBase: /zipkin
  4. image:
  5. repository: openzipkin/zipkin
  6. tag: latest
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 9411
  11. ingress:
  12. enabled: true
  13. annotations: {}
  14. tls: []
  15. resources: {}
  16. nodeSelector: {}
  17. tolerations: []
  18. affinity: {}