Set/increase default http body size
Sets a default of 10M for body size so that ingress will allow more than 1M before issuing a 413 response. Change-Id: I832c41685135b556e9f6c81d6be04f7497328b3b
This commit is contained in:
parent
7bd1b050bc
commit
df34d214c7
@ -61,6 +61,7 @@ network:
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
|
||||
node_port: 31901
|
||||
enable_node_port: false
|
||||
airflow:
|
||||
|
Loading…
x
Reference in New Issue
Block a user