From 94315696c37391ea101fb587495d96c0d1d9a903 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 26 Feb 2025 15:42:55 +0800 Subject: [PATCH] fix(helm): change freeleapsBackendEndpoint URL to use HTTP in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/frontend/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index 09f0bf4e..67892015 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -49,4 +49,4 @@ frontend: tz: UTC frontendPort: 8080 freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012 - freeleapsBackendEndpoint: https://freeleaps-service.freeleaps-alpha.svc.freeleaps.cluster:8001 + freeleapsBackendEndpoint: http://freeleaps-service.freeleaps-alpha.svc.freeleaps.cluster:8001