Fixed the identity ingress manifest

This commit is contained in:
Sumit Ghosh 2021-07-20 15:29:48 +05:30
parent 8af66e7980
commit 5fcf632df7

View File

@ -25,9 +25,12 @@ spec:
rules:
- http:
paths:
- backend:
serviceName: {{ $serviceName }}
servicePort: http
path: {{ $ingressPath }}
- path: {{ $ingressPath }}
pathType: Prefix
backend:
service:
name: {{ $serviceName }}
port:
number: 80
{{- end -}}
{{- end -}}