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
e12d9e77a6
commit
9f53b4b18d
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ ingress-nginx: &ingress-nginx
|
|||
# SSL redirection
|
||||
ssl-redirect: false
|
||||
force-ssl-redirect: false
|
||||
proxy-body-size: 10m
|
||||
|
||||
# Application specific variables
|
||||
global:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue