From 0d9788bc7bb85cf5c4c679245af08668e776c83a Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 20:17:44 +0200 Subject: [PATCH] add ingress kubernetes proxy-body-size --- nexus/v1.0.0/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 2758af9..2261ff9 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -5,7 +5,7 @@ kind: Ingress metadata: name: "{{ $.Release.Name }}-ingress" labels: - app: {{ template "nexus.fullname" $ }} + app: httpd chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}" @@ -25,7 +25,7 @@ spec: paths: - path: {{ default "/" .path }} backend: - serviceName: {{ template "nexus.fullname" $ }} + serviceName: httpd servicePort: 80 {{- if .tls }} tls: