From b21fdd4eac96e45b81e4a8f130059052a8c77a89 Mon Sep 17 00:00:00 2001 From: Ziming Zhang Date: Sat, 14 Mar 2020 16:18:59 +0800 Subject: [PATCH] remove proxy-body-size limit from nginx-ingress Signed-off-by: Ziming Zhang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13891e366..1fa91320c 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ install-dependencies: helm $(HELM) get notes registry-cache \ || $(HELM) install registry-cache stable/redis-ha $(HELM) get notes nginx \ - || $(HELM) install nginx stable/nginx-ingress + || $(HELM) install nginx stable/nginx-ingress --set-string controller.config.proxy-body-size=0 kubectl apply -f config/samples/notary-ingress-service.yaml # Install local certificate