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; }