4a95f75b6b
This PS adds staggered backups possibility by adding anti-affinity rules to backups cronjobs that can be followed across several namespaces to decrease load on remote backup destination server making sure that at every moment in time there is only one backup upload is in progress. Change-Id: If49791f866a73a08fb98fa0e0b4854042d079c66
16 lines
234 B
YAML
16 lines
234 B
YAML
---
|
|
conf:
|
|
backup:
|
|
enabled: true
|
|
remote_backup:
|
|
enabled: false
|
|
volume:
|
|
backup:
|
|
enabled: true
|
|
manifests:
|
|
pvc_backup: true
|
|
job_ks_user: false
|
|
cron_job_postgresql_backup: true
|
|
secret_backup_restore: true
|
|
...
|