From 5fcf632df77f2f3aaa6aabf7d4a37313675977df Mon Sep 17 00:00:00 2001 From: Sumit Ghosh <13281246+sughosneo@users.noreply.github.com> Date: Tue, 20 Jul 2021 15:29:48 +0530 Subject: [PATCH] Fixed the identity ingress manifest --- .../identity-api/templates/ingress-dockerk8s.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml b/deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml index 5ca93ec08..c8a29400c 100644 --- a/deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml +++ b/deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml @@ -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 -}} \ No newline at end of file