chore(ingress): changing proxy body size to 10m
else nginx will reject the change, and AWS will report as CORS issue. Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
94c56205b9
commit
f66e780596
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ ingress-nginx: &ingress-nginx
|
||||||
# SSL redirection
|
# SSL redirection
|
||||||
ssl-redirect: false
|
ssl-redirect: false
|
||||||
force-ssl-redirect: false
|
force-ssl-redirect: false
|
||||||
|
proxy-body-size: 10m
|
||||||
|
|
||||||
# Application specific variables
|
# Application specific variables
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue