fix(ingress.yaml): updated servicename in ingress to resolve domainname

This commit is contained in:
sido 2018-11-14 09:18:17 +01:00
parent e89d739c47
commit 14129bd227
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ spec:
paths:
- path: {{ $ingressPath }}
backend:
serviceName: {{ $.Values.service.name }}
serviceName: "{{ $.Release.Name }}-{{ $.Values.service.name }}"
servicePort: {{ $.Values.service.port }}
{{- end }}
{{- end }}