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

apiVersion: backup.appuio.ch/v1alpha1
kind: Schedule
metadata:
name: backup-schedule
namespace: statping
spec:
backup:
schedule: '25 23 * * *'
keepJobs: 1
check:
schedule: '25 01 * * 1'
prune:
schedule: '15 02 * * *'
retention:
keepLast: 10
keepDaily: 14