47 lines
745 B
YAML
Raw Normal View History

2018-06-21 17:56:01 +02:00
replicaCount: 1
clusterName: eshop-aks
pathBase: /webshoppingapigw
image:
repository: envoyproxy/envoy
2022-02-15 23:11:28 +05:30
tag: v1.21.0
2018-06-21 17:56:01 +02:00
service:
type: ClusterIP
port: 80
2019-09-27 16:32:32 +02:00
adminPort: 8001
2018-06-21 17:56:01 +02:00
ingress:
2018-07-03 19:07:37 +02:00
enabled: true
annotations:
2022-02-15 23:11:28 +05:30
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/use-regex: "true"
2018-06-21 17:56:01 +02:00
tls: []
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
# env defines the environment variables that will be declared in the pod
env: {}
envoy:
2019-09-27 16:32:32 +02:00
configPath: /etc/envoy
probes:
liveness:
path: /ready
initialDelaySeconds: 5
periodSeconds: 15
port: 8001
readiness:
path: /ready
initialDelaySeconds: 5
periodSeconds: 60
port: 8001