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:
zhenyus 2025-02-23 00:26:06 +08:00
parent a1b6760fff
commit 05e9e794d9
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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