Fixed the identity ingress manifest
This commit is contained in:
parent
8af66e7980
commit
5fcf632df7
@ -25,9 +25,12 @@ spec:
|
|||||||
rules:
|
rules:
|
||||||
- http:
|
- http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- path: {{ $ingressPath }}
|
||||||
serviceName: {{ $serviceName }}
|
pathType: Prefix
|
||||||
servicePort: http
|
backend:
|
||||||
path: {{ $ingressPath }}
|
service:
|
||||||
|
name: {{ $serviceName }}
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
Loading…
x
Reference in New Issue
Block a user