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: 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 -}}