From 76a130a1fa2423050cce62d27d5bef56dfe72b8a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 4 Aug 2019 21:31:29 +0200 Subject: [PATCH] add backup config definition --- contrib/backup/k8up-schedule.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 contrib/backup/k8up-schedule.yaml diff --git a/contrib/backup/k8up-schedule.yaml b/contrib/backup/k8up-schedule.yaml new file mode 100644 index 0000000..ca47430 --- /dev/null +++ b/contrib/backup/k8up-schedule.yaml @@ -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 + +