From 7e1a93171319d4fb30372d7b77fc308584857a66 Mon Sep 17 00:00:00 2001 From: icecheng Date: Thu, 11 Sep 2025 11:00:26 +0800 Subject: [PATCH] fix: freeleaps deployment endpoint(temp) --- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 1 + freeleaps/helm-pkg/freeleaps/values.prod.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 93d7027a..bacd7d79 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -76,6 +76,7 @@ freeleaps: freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-alpha.svc.freeleaps.cluster:8004/api/auth/ freeleapsNotificationEndpoint: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/ freeleapsDevopsEndpoint: http://devops-service.freeleaps-alpha.svc.freeleaps.cluster:8014/api + freeleapsDeploymentEndpoint: http://devops-service.freeleaps-alpha.svc.freeleaps.cluster:8014/api freeleapsAilabEndpoint: '' appEnv: alpha redisIsCluster: 'false' diff --git a/freeleaps/helm-pkg/freeleaps/values.prod.yaml b/freeleaps/helm-pkg/freeleaps/values.prod.yaml index 916a968d..127f221d 100644 --- a/freeleaps/helm-pkg/freeleaps/values.prod.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.prod.yaml @@ -67,6 +67,7 @@ freeleaps: freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-prod.svc.freeleaps.cluster:8004/api/auth/ freeleapsNotificationEndpoint: http://notification-service.freeleaps-prod.svc.freeleaps.cluster:8003/api/notification/ freeleapsDevopsEndpoint: http://devops-service.freeleaps-prod.svc.freeleaps.cluster:8014/api + freeleapsDeploymentEndpoint: http://devops-service.freeleaps-prod.svc.freeleaps.cluster:8014/api freeleapsAilabEndpoint: '' appEnv: prod