fix ingress
This commit is contained in:
parent
824e5411bc
commit
233e52b429
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue