fix(hass): db

This commit is contained in:
nold 2024-01-16 14:10:57 +01:00
parent 647e2869d5
commit cf3b807482

View file

@ -13,8 +13,8 @@ spec:
backup: backup:
barmanObjectStore: barmanObjectStore:
destinationPath: "s3://homeassistant-db/" destinationPath: "s3://homeassistant-backup/"
endpointURL: "http://minio.minio.svc.cluster.local:9000" endpointURL: "http://s3-minio.s3.svc.cluster.local:9000"
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: bucket name: bucket
@ -29,8 +29,8 @@ spec:
externalClusters: externalClusters:
- name: homeassistant - name: homeassistant
barmanObjectStore: barmanObjectStore:
destinationPath: "s3://homeassistant-db/" destinationPath: "s3://homeassistant-backup/"
endpointURL: "http://minio.minio.svc.cluster.local:9000" endpointURL: "http://s3-minio.s3.svc.cluster.local:9000"
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: bucket name: bucket
@ -51,4 +51,4 @@ spec:
schedule: "0 0 0 * * *" schedule: "0 0 0 * * *"
backupOwnerReference: self backupOwnerReference: self
cluster: cluster:
name: homeassistant-db name: homeassistant