fix(hass): disable chart postgres & use cnpg

This commit is contained in:
nold 2023-05-23 16:06:07 +02:00
parent 264a40b61a
commit ba1fd1785d
2 changed files with 1 additions and 12 deletions

View file

@ -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

View file

@ -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