Merge branch 'fix/ingress-service' of p281392/thirdparty-ops-docker-helm into master

This commit is contained in:
Sido Haakma 2018-11-20 09:35:08 +00:00 committed by Gogs
commit 1b2b4e0bf1
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 }}