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
|
kind: ClusterIssuer
|
||||||
name: alpha.authentication.freeleaps.mathmast.com-cert
|
name: alpha.authentication.freeleaps.mathmast.com-cert
|
||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: UTC
|
||||||
appName: authentication
|
appName: authentication
|
||||||
devsvcWebapiUrlBase: http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc
|
devsvcWebapiUrlBase: http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc
|
||||||
notificationWebapiUrlBase: http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification
|
notificationWebapiUrlBase: http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification
|
||||||
|
|||||||
@ -46,7 +46,7 @@ centralStorage:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: alpha.central-storage.freeleaps.mathmast.com-cert
|
name: alpha.central-storage.freeleaps.mathmast.com-cert
|
||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: UTC
|
||||||
appName: central_storage
|
appName: central_storage
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8005
|
serviceApiAccessPort: 8005
|
||||||
|
|||||||
@ -46,7 +46,7 @@ content:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: alpha.content.freeleaps.mathmast.com-cert
|
name: alpha.content.freeleaps.mathmast.com-cert
|
||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: UTC
|
||||||
appName: content
|
appName: content
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8013
|
serviceApiAccessPort: 8013
|
||||||
|
|||||||
@ -44,9 +44,9 @@ notification:
|
|||||||
issuerRef:
|
issuerRef:
|
||||||
name: mathmast-dot-com
|
name: mathmast-dot-com
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: alpha.notification.freeleaps.mathmast.com-cert"
|
name: alpha.notification.freeleaps.mathmast.com-cert
|
||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: UTC
|
||||||
appName: notification
|
appName: notification
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8003
|
serviceApiAccessPort: 8003
|
||||||
|
|||||||
@ -46,7 +46,7 @@ payment:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: alpha.payment.freeleaps.mathmast.com-cert
|
name: alpha.payment.freeleaps.mathmast.com-cert
|
||||||
configs:
|
configs:
|
||||||
tz: America/Settle
|
tz: UTC
|
||||||
appName: payment
|
appName: payment
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8006
|
serviceApiAccessPort: 8006
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user