mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +02:00
♻️ migrate postgresql to truenas jail + minio https
This commit is contained in:
@@ -18,17 +18,17 @@ spec:
|
||||
HASS_SECRET_ELEVATION: "{{ .HASS_ELEVATION }}"
|
||||
HASS_SECRET_LATITUDE: "{{ .HASS_LATITUDE }}"
|
||||
HASS_SECRET_LONGITUDE: "{{ .HASS_LONGITUDE }}"
|
||||
HASS_SECRET_DB_URL: "postgresql://{{ .POSTGRES_USER }}:{{ .POSTGRES_PASS }}@postgres-rw.default.svc.cluster.local/home_assistant"
|
||||
HASS_SECRET_DB_URL: "postgresql://{{ .POSTGRES_USER }}:{{ .POSTGRES_PASS }}@postgres.${SECRET_DOMAIN}/home_assistant"
|
||||
HASS_SECRET_URL: "{{ .HASS_URL }}"
|
||||
PROMETHEUS_TOKEN: "{{ .PROMETHEUS_TOKEN }}"
|
||||
# Postgres Init
|
||||
INIT_POSTGRES_DBNAME: home_assistant
|
||||
INIT_POSTGRES_HOST: postgres-rw.default.svc.cluster.local
|
||||
INIT_POSTGRES_HOST: postgres.${SECRET_DOMAIN}
|
||||
INIT_POSTGRES_USER: "{{ .POSTGRES_USER }}"
|
||||
INIT_POSTGRES_PASS: "{{ .POSTGRES_PASS }}"
|
||||
INIT_POSTGRES_SUPER_PASS: "{{ .POSTGRES_SUPER_PASS }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: cloudnative-pg
|
||||
key: generic
|
||||
- extract:
|
||||
key: home-assistant
|
||||
|
Reference in New Issue
Block a user