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:
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
nginx.ingress.kubernetes.io/proxy-body-size: 50m
{{- end }}
spec:
{{- 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