From 1f3cc9c0c8b2ae7b6ffb5b9e446913ec0628d6a0 Mon Sep 17 00:00:00 2001 From: YuehuCao Date: Fri, 17 Oct 2025 11:59:40 +0800 Subject: [PATCH] feat: add authServiceEndpoint to authentication values.prod.yaml --- freeleaps/helm-pkg/authentication/values.prod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index 97616b3d..badc9e56 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -70,6 +70,7 @@ authentication: appEnv: prod devsvcWebapiUrlBase: http://devsvc-service.freeleaps-prod.svc.freeleaps.cluster:8007/api/devsvc/ notificationWebapiUrlBase: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/ + authServiceEndpoint: http://freeleaps-auth-service.68c0da88a0a7837e84b580eb-prod.svc.freeleaps.cluster:9000/api/v1/ jwtAlgorithm: HS256 serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8004