mirror of
https://github.com/nold360/hive-apps
synced 2024-11-17 19:19:31 +00:00
add(hass): backup
This commit is contained in:
parent
4395a91bc3
commit
9076e1ea03
1 changed files with 11 additions and 0 deletions
|
@ -40,3 +40,14 @@ spec:
|
|||
password:
|
||||
name: hass-postgres
|
||||
key: postgresql-password
|
||||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ScheduledBackup
|
||||
metadata:
|
||||
name: homeassistant-db-backup
|
||||
namespace: homeassistant
|
||||
spec:
|
||||
schedule: "0 0 0 * * *"
|
||||
backupOwnerReference: self
|
||||
cluster:
|
||||
name: homeassistant-db
|
||||
|
|
Loading…
Reference in a new issue