Skip to content

Commit

Permalink
remove proxy-body-size limit from nginx-ingress
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Mar 14, 2020
1 parent 752244c commit b21fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b21fdd4

Please sign in to comment.