fix(helm): update chat and backend endpoint URLs in values.alpha.yaml for alpha environment

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-26 15:37:23 +08:00
parent 88e8bd58e0
commit 44c24055ea

View File

@ -48,5 +48,5 @@ frontend:
configs:
tz: UTC
frontendPort: 8080
freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com
freeleapsBackendEndpoint: https://alpha.api.freeleaps.mathmast.com
freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012
freeleapsBackendEndpoint: https://freeleaps-service.freeleaps-alpha.svc.freeleaps.cluster:8001