From 645141994e0aeb37a0b29260902f05fb719dc01e Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 26 Feb 2025 16:20:50 +0800 Subject: [PATCH] fix(helm): update authentication endpoint URL in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 86409836..ad54ac07 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -69,7 +69,7 @@ freeleaps: freeleapsCentralStorageEndpoint: http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005/api/central_storage/ freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012/api/chat/ freeleapsPaymentEndpoint: http://payment-service.freeleaps-alpha.svc.freeleaps.cluster:8006/api/payment/ - freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-alpha.svc.freeleaps.cluster:8004/api/authentication/ + freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-alpha.svc.freeleaps.cluster:8004/api/auth/ freeleapsAilabEndpoint: '' freeleapsEnv: alpha certPath: ''