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.

32 lines
488 B

  1. replicaCount: 1
  2. clusterName: eshop-aks
  3. pathBase: /webshoppingapigw
  4. image:
  5. repository: envoyproxy/envoy
  6. tag: v1.11.1
  7. service:
  8. type: ClusterIP
  9. port: 80
  10. ingress:
  11. enabled: true
  12. annotations:
  13. nginx.ingress.kubernetes.io/rewrite-target: "/"
  14. ingress.kubernetes.io/rewrite-target: "/"
  15. tls: []
  16. resources: {}
  17. nodeSelector: {}
  18. tolerations: []
  19. affinity: {}
  20. # env defines the environment variables that will be declared in the pod
  21. env: {}
  22. envoy:
  23. configPath: /etc/envoy