mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
fix(hass): db
This commit is contained in:
parent
647e2869d5
commit
cf3b807482
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue