fix ingress

This commit is contained in:
Alexander Buntakov 2021-06-25 14:43:52 +03:00
parent 824e5411bc
commit 233e52b429
1 changed files with 5 additions and 2 deletions

View File

@ -31,7 +31,10 @@ spec:
http:
paths:
- path: {{ .Values.ingress.path }}
pathType: Prefix
backend:
serviceName: {{ or .Values.ingress.serviceName $fullName }}
servicePort: {{ $svcPort }}
service:
name: {{ or .Values.ingress.serviceName $fullName }}
port:
number: {{ $svcPort }}
{{- end }}