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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user