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
|
||||
patchesStrategicMerge:
|
||||
- patches/env.yaml
|
||||
#- patches/postgres.yaml
|
||||
- patches/postgres.yaml
|
||||
configMapGenerator:
|
||||
- name: authelia
|
||||
files:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user