fix(config): update timezone from America/Settle to UTC in multiple service configuration files
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
a1b6760fff
commit
05e9e794d9
@ -46,7 +46,7 @@ authentication:
|
||||
kind: ClusterIssuer
|
||||
name: alpha.authentication.freeleaps.mathmast.com-cert
|
||||
configs:
|
||||
tz: America/Settle
|
||||
tz: UTC
|
||||
appName: authentication
|
||||
devsvcWebapiUrlBase: http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc
|
||||
notificationWebapiUrlBase: http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification
|
||||
|
||||
@ -46,7 +46,7 @@ centralStorage:
|
||||
kind: ClusterIssuer
|
||||
name: alpha.central-storage.freeleaps.mathmast.com-cert
|
||||
configs:
|
||||
tz: America/Settle
|
||||
tz: UTC
|
||||
appName: central_storage
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: 8005
|
||||
|
||||
@ -46,7 +46,7 @@ content:
|
||||
kind: ClusterIssuer
|
||||
name: alpha.content.freeleaps.mathmast.com-cert
|
||||
configs:
|
||||
tz: America/Settle
|
||||
tz: UTC
|
||||
appName: content
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: 8013
|
||||
|
||||
@ -44,9 +44,9 @@ notification:
|
||||
issuerRef:
|
||||
name: mathmast-dot-com
|
||||
kind: ClusterIssuer
|
||||
name: alpha.notification.freeleaps.mathmast.com-cert"
|
||||
name: alpha.notification.freeleaps.mathmast.com-cert
|
||||
configs:
|
||||
tz: America/Settle
|
||||
tz: UTC
|
||||
appName: notification
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: 8003
|
||||
|
||||
@ -46,7 +46,7 @@ payment:
|
||||
kind: ClusterIssuer
|
||||
name: alpha.payment.freeleaps.mathmast.com-cert
|
||||
configs:
|
||||
tz: America/Settle
|
||||
tz: UTC
|
||||
appName: payment
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: 8006
|
||||
|
||||
Loading…
Reference in New Issue
Block a user