chore(helm): nginx change max worker connections
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
40ecc22fbd
commit
53c83f99a6
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue