fix(helm): update service endpoint URLs to include trailing slashes in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
645141994e
commit
91ffefbaeb
@ -48,8 +48,8 @@ authentication:
|
|||||||
configs:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
appName: authentication
|
appName: authentication
|
||||||
devsvcWebapiUrlBase: http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc
|
devsvcWebapiUrlBase: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/
|
||||||
notificationWebapiUrlBase: http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification
|
notificationWebapiUrlBase: http://notification-service.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification/
|
||||||
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user