From a2da65114fbc9d5834b1b3faa480be2501ed6acb Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sat, 10 Aug 2019 15:21:23 +0200 Subject: [PATCH] tweak k8up schedule --- contrib/backup/k8up-schedule.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/contrib/backup/k8up-schedule.yaml b/contrib/backup/k8up-schedule.yaml index ca47430..484ce2a 100644 --- a/contrib/backup/k8up-schedule.yaml +++ b/contrib/backup/k8up-schedule.yaml @@ -5,14 +5,11 @@ metadata: namespace: pos spec: backup: - schedule: '*/1 * * * *' + schedule: '*/15 * * * *' keepJobs: 4 - check: - schedule: '0 1 * * 1' prune: - schedule: '0 1 * * 0' + schedule: '0 * * * *' retention: keepLast: 10 - keepDaily: 14