From 11cc1a4f8957f99a1bb1926bab109ae6350b1591 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sun, 23 Feb 2025 01:17:18 +0800 Subject: [PATCH] fix(authentication): update pathType to Prefix for authentication rules Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index 27881dc6..d75c181a 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -32,8 +32,8 @@ authentication: host: alpha.authentication.freeleaps.mathmast.com class: nginx rules: - - path: /* - pathType: ImplementationSpecific + - path: / + pathType: Prefix backend: service: name: authentication-service