diff --git a/Chart/templates/ingress.yaml b/Chart/templates/ingress.yaml index 0326502..a494274 100644 --- a/Chart/templates/ingress.yaml +++ b/Chart/templates/ingress.yaml @@ -2,6 +2,8 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ include "..fullname" . }} + annotations: + nginx.ingress.kubernetes.io/proxy-body-size: 256m labels: {{- include "..labels" . | nindent 4 }} spec: @@ -73,4 +75,4 @@ spec: port: number: 80 {{- end }} - {{- end }} \ No newline at end of file + {{- end }}