1
0
Fork 0

add backup config definition

This commit is contained in:
Tobias Brunner 2019-08-04 21:31:29 +02:00
parent 59aea23649
commit 76a130a1fa
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
apiVersion: backup.appuio.ch/v1alpha1
kind: Schedule
metadata:
name: pos-backup
namespace: pos
spec:
backup:
schedule: '*/1 * * * *'
keepJobs: 4
check:
schedule: '0 1 * * 1'
prune:
schedule: '0 1 * * 0'
retention:
keepLast: 10
keepDaily: 14