From 91ffefbaeb04629daa13ed327cfac02760f475ad Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 26 Feb 2025 16:22:53 +0800 Subject: [PATCH] fix(helm): update service endpoint URLs to include trailing slashes in values.alpha.yaml 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 c71fed19..aa04ea55 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -48,8 +48,8 @@ authentication: configs: tz: UTC appName: authentication - devsvcWebapiUrlBase: http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc - notificationWebapiUrlBase: http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification + devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/ + notificationWebapiUrlBase: http://notification-service.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification/ jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b jwtAlgorithm: HS256 serviceApiAccessHost: 0.0.0.0