mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 12:33:58 +02:00
♻️ postgres
This commit is contained in:
@@ -8,7 +8,7 @@ resources:
|
|||||||
- service-monitor.yaml
|
- service-monitor.yaml
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- patches/env.yaml
|
- patches/env.yaml
|
||||||
#- patches/postgres.yaml
|
- patches/postgres.yaml
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
files:
|
files:
|
||||||
|
@@ -11,7 +11,7 @@ spec:
|
|||||||
image: ghcr.io/onedr0p/postgres-initdb:14.5
|
image: ghcr.io/onedr0p/postgres-initdb:14.5
|
||||||
env:
|
env:
|
||||||
- name: POSTGRES_HOST
|
- name: POSTGRES_HOST
|
||||||
value: postgres.${SECRET_DOMAIN}
|
value: postgres-rw.default.svc.cluster.local
|
||||||
- name: POSTGRES_DB
|
- name: POSTGRES_DB
|
||||||
value: authelia
|
value: authelia
|
||||||
- name: POSTGRES_SUPER_PASS
|
- name: POSTGRES_SUPER_PASS
|
||||||
|
Reference in New Issue
Block a user