fix(helm): change freeleapsBackendEndpoint URL to use HTTP in values.alpha.yaml

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-26 15:42:55 +08:00
parent 44c24055ea
commit 94315696c3

View File

@ -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