Skip to content
Snippets Groups Projects
Commit ae49b29c authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Increase max nginx body size to 50m

parent 0def1de4
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ metadata: ...@@ -10,6 +10,7 @@ metadata:
{{- with .Values.ingress.annotations }} {{- with .Values.ingress.annotations }}
annotations: annotations:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
nginx.ingress.kubernetes.io/proxy-body-size: 50m
{{- end }} {{- end }}
spec: spec:
{{- if .Values.ingress.className }} {{- if .Values.ingress.className }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment