From cf824b82375b7b3867ada89f97a13fb9a94f9e98 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 19 May 2021 02:00:04 +0530 Subject: [PATCH] feat(nginx): increase minio upload size to 50M Signed-off-by: Rajesh Rajendran --- .../helm/nginx-ingress/nginx-ingress/templates/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml b/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml index a463cd9d4..6520a7632 100644 --- a/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml +++ b/scripts/helm/nginx-ingress/nginx-ingress/templates/configmap.yaml @@ -20,6 +20,8 @@ data: proxy_set_header Connection ""; chunked_transfer_encoding off; + client_max_body_size 50M; + proxy_pass http://minio.db.svc.cluster.local:9000; }