fix(helm): update endpoint URLs in values.alpha.yaml for alpha environment
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
0caa83bd0a
commit
88e8bd58e0
@ -64,11 +64,11 @@ freeleaps:
|
||||
rabbitmqPort: 5672
|
||||
rabbitmqUsername: user
|
||||
rabbitmqPassword: 9dPrkjD8KENevfjT
|
||||
freeleapsDevsvcEndpoint: https://alpha.devsvc.freeleaps.mathmast.com
|
||||
freeleapsContentEndpoint: https://alpha.content.freeleaps.mathmast.com
|
||||
freeleapsCentralStorageEndpoint: https://alpha.central-storage.freeleaps.mathmast.com
|
||||
freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com
|
||||
freeleapsPaymentEndpoint: https://alpha.payment.freeleaps.mathmast.com
|
||||
freeleapsDevsvcEndpoint: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007
|
||||
freeleapsContentEndpoint: http://content-service.freeleaps-alpha.svc.freeleaps.cluster:8013
|
||||
freeleapsCentralStorageEndpoint: http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005
|
||||
freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012
|
||||
freeleapsPaymentEndpoint: http://payment-service.freeleaps-alpha.svc.freeleaps.cluster:8006
|
||||
freeleapsAilabEndpoint: ''
|
||||
freeleapsEnv: alpha
|
||||
certPath: ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user