feat(ingress): Disable ingress body size check
This commit is contained in:
parent
f7ca4a9854
commit
67e8e43fa9
@ -10,6 +10,9 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
rewrite ^/metrics(/?)$ https://git.halis.io/$1 permanent;
|
||||
rewrite ^/athsc/(.*)$ https://git.halis.io/athens-school/$1 permanent;
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user