From 515d89a673e8044abc44075ba971073cddba32e8 Mon Sep 17 00:00:00 2001 From: Marc Hermans Date: Fri, 13 Dec 2024 08:13:03 +0000 Subject: [PATCH] Fix ingress. --- Charts/ldtteam-authentication-server/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Charts/ldtteam-authentication-server/templates/ingress.yaml b/Charts/ldtteam-authentication-server/templates/ingress.yaml index b0963c6..fec83bc 100644 --- a/Charts/ldtteam-authentication-server/templates/ingress.yaml +++ b/Charts/ldtteam-authentication-server/templates/ingress.yaml @@ -25,7 +25,7 @@ spec: http: paths: - path: / - pathType: ImplementationSpecifics + pathType: ImplementationSpecific backend: service: name: {{ $fullName }}