chore(helm): nginx change max worker connections

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-04-14 14:06:58 +02:00
parent 40ecc22fbd
commit 53c83f99a6

View file

@ -56,6 +56,8 @@ ingress-nginx: &ingress-nginx
config:
enable-real-ip: true
forwarded-for-header: "proxy_protocol"
# Ref: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#max-worker-connections
max-worker-connections: 0
# If you want the ssl offload in LB layer
# Uncomment the following line
# ssl-redirect: false