From 57cf73c61fe14cd08cb4d59cb80772f3c4ba8ebc Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 26 Feb 2025 16:23:57 +0800 Subject: [PATCH] fix(helm): correct notification API endpoint URL in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index aa04ea55..74e45e03 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -49,7 +49,7 @@ authentication: tz: UTC appName: authentication devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/ - notificationWebapiUrlBase: http://notification-service.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification/ + notificationWebapiUrlBase: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/ jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b jwtAlgorithm: HS256 serviceApiAccessHost: 0.0.0.0