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/statping/backup.yaml

17 lines
297 B
YAML
Raw Normal View History

2020-02-10 19:53:42 +00:00
apiVersion: backup.appuio.ch/v1alpha1
kind: Schedule
metadata:
name: backup-schedule
namespace: statping
spec:
backup:
schedule: '25 23 * * *'
2020-03-21 13:30:41 +00:00
keepJobs: 1
2020-02-10 19:53:42 +00:00
check:
schedule: '25 01 * * 1'
prune:
schedule: '15 02 * * *'
retention:
keepLast: 10
keepDaily: 14