mirror of
https://github.com/nold360/hive-apps
synced 2025-01-18 12:16:24 +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:
|
password:
|
||||||
name: hass-postgres
|
name: hass-postgres
|
||||||
key: postgresql-password
|
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