This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/tobru-ch/backup.yaml

17 lines
295 B
YAML

apiVersion: backup.appuio.ch/v1alpha1
kind: Schedule
metadata:
name: backup-schedule
namespace: tobru-ch
spec:
backup:
schedule: '0 */4 * * *'
keepJobs: 4
check:
schedule: '0 01 * * *'
prune:
schedule: '0 02 * * *'
retention:
keepLast: 10
keepDaily: 14