fix: set TZ=America/Los_Angeles in Helm config for all pods

Containers default to UTC. The host is PDT but pods don't inherit
the host timezone. Adding TZ to the ConfigMap ensures all services
log and compute timestamps in Pacific time.
This commit is contained in:
Celes Renata
2026-04-29 17:53:38 +00:00
parent 48eca672a9
commit 0665cef7e3
+1
View File
@@ -221,6 +221,7 @@ config:
TRADING_RISK_TIER: "moderate" TRADING_RISK_TIER: "moderate"
TRADING_ABSOLUTE_POSITION_CAP: "10000.0" TRADING_ABSOLUTE_POSITION_CAP: "10000.0"
TRADING_MAX_OPEN_POSITIONS: "10" TRADING_MAX_OPEN_POSITIONS: "10"
TZ: "America/Los_Angeles"
## Secrets ## Secrets
secrets: secrets: