mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 10:39:28 +00:00
fix(hass): disable chart postgres & use cnpg
This commit is contained in:
parent
264a40b61a
commit
ba1fd1785d
2 changed files with 1 additions and 12 deletions
|
@ -8,11 +8,6 @@ apps:
|
||||||
chart: home-assistant
|
chart: home-assistant
|
||||||
targetRevision: 11.2.1
|
targetRevision: 11.2.1
|
||||||
secrets:
|
secrets:
|
||||||
- name: hass-postgres
|
|
||||||
keys:
|
|
||||||
- postgresql-username
|
|
||||||
- postgresql-password
|
|
||||||
- postgresql-postgres-password
|
|
||||||
- name: bucket
|
- name: bucket
|
||||||
keys:
|
keys:
|
||||||
- accesskey
|
- accesskey
|
||||||
|
|
|
@ -106,13 +106,7 @@ persistence:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: false
|
||||||
existingSecret: hass-postgres
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
size: 8Gi
|
|
||||||
postgresqlDatabase: homeassistant
|
|
||||||
postgresqlUsername: homeassistant
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in a new issue