fix(helm): change freeleapsBackendEndpoint URL to use HTTP in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
44c24055ea
commit
94315696c3
@ -49,4 +49,4 @@ frontend:
|
|||||||
tz: UTC
|
tz: UTC
|
||||||
frontendPort: 8080
|
frontendPort: 8080
|
||||||
freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user