mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +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
|
||||
targetRevision: 11.2.1
|
||||
secrets:
|
||||
- name: hass-postgres
|
||||
keys:
|
||||
- postgresql-username
|
||||
- postgresql-password
|
||||
- postgresql-postgres-password
|
||||
- name: bucket
|
||||
keys:
|
||||
- accesskey
|
||||
|
|
|
@ -106,13 +106,7 @@ persistence:
|
|||
readOnly: true
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: hass-postgres
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 8Gi
|
||||
postgresqlDatabase: homeassistant
|
||||
postgresqlUsername: homeassistant
|
||||
enabled: false
|
||||
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
|
Loading…
Reference in a new issue