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.

45 lines
705 B

  1. replicaCount: 1
  2. clusterName: eshop-aks
  3. pathBase: /webmarketingapigw
  4. image:
  5. repository: envoyproxy/envoy
  6. tag: v1.11.1
  7. service:
  8. type: ClusterIP
  9. port: 80
  10. adminPort: 8001
  11. ingress:
  12. enabled: true
  13. annotations:
  14. nginx.ingress.kubernetes.io/rewrite-target: "/"
  15. ingress.kubernetes.io/rewrite-target: "/"
  16. tls: []
  17. resources: {}
  18. nodeSelector: {}
  19. tolerations: []
  20. affinity: {}
  21. # env defines the environment variables that will be declared in the pod
  22. env: {}
  23. envoy:
  24. configPath: /etc/envoy
  25. probes:
  26. liveness:
  27. path: /ready
  28. initialDelaySeconds: 5
  29. periodSeconds: 15
  30. port: 8001
  31. readiness:
  32. path: /ready
  33. initialDelaySeconds: 5
  34. periodSeconds: 60
  35. port: 8001