28 lines
618 B
YAML
28 lines
618 B
YAML
apiVersion: k8up.io/v1
|
|
kind: Schedule
|
|
metadata:
|
|
name: backup-blog
|
|
spec:
|
|
backend:
|
|
repoPasswordSecretRef:
|
|
key: password
|
|
name: backup-repo
|
|
s3:
|
|
accessKeyIDSecretRef:
|
|
key: accesskey
|
|
name: backup-credentials
|
|
bucket: armnlegback
|
|
endpoint: https://hel1.your-objectstorage.com
|
|
secretAccessKeySecretRef:
|
|
key: secretkey
|
|
name: backup-credentials
|
|
backup:
|
|
schedule: '3 5 * * *'
|
|
failedJobsHistoryLimit: 2
|
|
successfulJobsHistoryLimit: 2
|
|
promURL: ""
|
|
prune:
|
|
schedule: '0 1 * * 0'
|
|
retention:
|
|
keepLast: 5
|
|
keepDaily: 14
|