♻️ postgres

This commit is contained in:
auricom
2022-09-14 19:38:28 +02:00
parent a5b53b32d6
commit 6120029e69
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ resources:
- service-monitor.yaml
patchesStrategicMerge:
- patches/env.yaml
#- patches/postgres.yaml
- patches/postgres.yaml
configMapGenerator:
- name: authelia
files:

View File

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