From ff45302328468ebdc4ca56eeb6145a877ef535cd Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Wed, 22 Mar 2023 22:57:00 +0100 Subject: [PATCH] Update ingress.yaml --- Chart/templates/ingress.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}