From f66e780596365b547960ec66ad87c73e5ba0bcfb Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 16 May 2022 21:10:56 +0200 Subject: [PATCH] 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 --- scripts/helmcharts/vars.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 31e008c23..805625948 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -64,6 +64,7 @@ ingress-nginx: &ingress-nginx # SSL redirection ssl-redirect: false force-ssl-redirect: false + proxy-body-size: 10m # Application specific variables global: