We can move to postgres whilst HA is low load
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
49d36aa056
commit
30c38f06c1
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: "acid.zalan.do/v1"
|
||||||
|
kind: postgresql
|
||||||
|
metadata:
|
||||||
|
name: homeassistant-postgres
|
||||||
|
spec:
|
||||||
|
teamId: homeassistant
|
||||||
|
volume:
|
||||||
|
size: 1Gi
|
||||||
|
storageClass: local-path
|
||||||
|
numberOfInstances: 1
|
||||||
|
users:
|
||||||
|
homeassistant:
|
||||||
|
- superuser
|
||||||
|
- createdb
|
||||||
|
databases:
|
||||||
|
homeassistant: homeassistant # dbname: owner
|
||||||
|
postgresql:
|
||||||
|
version: "15"
|
Loading…
Reference in New Issue