Skip to content

Commit 1b995b8

Browse files
committed
fix(soundbored): env vars
1 parent 1a0555c commit 1b995b8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

kubernetes/apps/soundbored/helm-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ spec:
5858
tag: a164e75ddc4e8b2c183a5e9d12854c5d54f009f1
5959
pullPolicy: IfNotPresent
6060
env:
61-
TZ: "America/New_York"
62-
PHX_HOST: soundbored.chkpwd.com
61+
PHX_HOST: localhost
6362
SCHEME: http
6463
MIX_ENV: prod
65-
DISABLE_AUTO_JOIN: "false"
64+
DISABLE_AUTO_JOIN: "true"
6665
envFrom:
6766
- secretRef:
6867
name: soundbored

0 commit comments

Comments
 (0)