From 2628860543881ec0ea67d084b947010815153c3c Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 19:48:07 +0200 Subject: [PATCH] add ingress kubernetes proxy-body-size --- nexus/v1.0.0/templates/ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 7299629..395e401 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -10,6 +10,8 @@ metadata: release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}" annotations: + kubernetes.io/ingress.class: "nginx" + ingress.kubernetes.io/proxy-body-size: 50m {{- if .tls }} ingress.kubernetes.io/secure-backends: "true" {{- end }}