From 9ea5d6e77e6bd949ea4665bef8bfa7a020292ec5 Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 20:12:05 +0200 Subject: [PATCH] add ingress kubernetes proxy-body-size --- nexus/v1.0.0/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 6deabee..83b09c7 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: {{ .Values.httpd.name }} + app: httpd chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}"