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.

44 lines
634 B

  1. replicaCount: 1
  2. clusterName: eshop-aks
  3. pathBase: /mobileshoppingapigw
  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: {}
  22. envoy:
  23. configPath: /etc/envoy
  24. probes:
  25. liveness:
  26. path: /ready
  27. initialDelaySeconds: 5
  28. periodSeconds: 15
  29. port: 8001
  30. readiness:
  31. path: /ready
  32. initialDelaySeconds: 5
  33. periodSeconds: 60
  34. port: 8001