From ae49b29ce07008f5322ef3dbb85de14d34427b07 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Mon, 24 Jan 2022 23:10:06 +0100 Subject: [PATCH] Increase max nginx body size to 50m --- templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 41498d7..25c6d00 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -10,6 +10,7 @@ metadata: {{- with .Values.ingress.annotations }} annotations: {{- toYaml . | nindent 4 }} + nginx.ingress.kubernetes.io/proxy-body-size: 50m {{- end }} spec: {{- if .Values.ingress.className }} -- GitLab