Skip to content

Commit

Permalink
chore(kubernetes): add tz to apps
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 13, 2024
1 parent 071583d commit b10254a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/apps/home/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
ATUIN_METRICS__ENABLE: true
ATUIN_METRICS__HOST: 0.0.0.0
ATUIN_METRICS__PORT: &metricsPort 8081
TZ: ${TIMEZONE}
envFrom: *envFrom
args:
- server
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/media/cross-seed/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
- daemon
env:
CROSS_SEED_PORT: &port 2468
TZ: ${TIMEZONE}
envFrom:
- secretRef:
name: cross-seed-secret
Expand Down

0 comments on commit b10254a

Please sign in to comment.