fix: adjust nginx ingress server snippets formatting in production values
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
d2caeeec51
commit
546d14141c
@ -48,7 +48,7 @@ frontend:
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
||||
nginx.ingress.kubernetes.io/server-snippets: |
|
||||
nginx.ingress.kubernetes.io/server-snippets: |-
|
||||
location / {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_http_version 1.1;
|
||||
@ -59,6 +59,7 @@ frontend:
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
|
||||
configs:
|
||||
tz: UTC
|
||||
frontendPort: 8080
|
||||
|
||||
Loading…
Reference in New Issue
Block a user