From 53df2783ed5fa04d99cb462c8a3f0515a0604b7f Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 22 Jun 2018 22:17:08 +0200 Subject: [PATCH] fix(httpd): update fullname --- httpd/v1.0.0/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpd/v1.0.0/templates/ingress.yaml b/httpd/v1.0.0/templates/ingress.yaml index 8d25d0c..83a8d70 100644 --- a/httpd/v1.0.0/templates/ingress.yaml +++ b/httpd/v1.0.0/templates/ingress.yaml @@ -5,7 +5,7 @@ kind: Ingress metadata: name: "{{ $.Release.Name }}-ingress" labels: - app: {{ template "fullname" $ }} + app: {{ template "httpd.fullname" $ }} chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}" @@ -23,7 +23,7 @@ spec: paths: - path: {{ default "/" .path }} backend: - serviceName: {{ template "fullname" $ }} + serviceName: {{ template "httpd.fullname" $ }} servicePort: 80 {{- if .tls }} tls: