🎨 postgres variables

This commit is contained in:
auricom
2022-11-27 19:16:02 +01:00
parent 815262b622
commit 65fbd8d0af
26 changed files with 34 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ spec:
tag: 2022.11.4@sha256:835ea67fbfd26041f8e62b8f2429c332a5ed56d270d92aa4357871a393e4e138
env:
TZ: "${TIMEZONE}"
POSTGRES_HOST: postgres-rw.default.svc.cluster.local.
POSTGRES_HOST: ${POSTGRES_HOST}
POSTGRES_DB: home_assistant
envFrom:
- secretRef:

View File

@@ -11,7 +11,7 @@ spec:
image: ghcr.io/onedr0p/postgres-initdb:14.6
env:
- name: POSTGRES_HOST
value: postgres-rw.default.svc.cluster.local.
value: ${POSTGRES_HOST}
- name: POSTGRES_DB
value: home_assistant
- name: POSTGRES_SUPER_PASS