infra4talos/apps-kustomized/blog/backup.yaml
Martyn Ranyard d804d64465 backup the blog
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-07-01 12:27:39 +00:00

20 lines
472 B
YAML

apiVersion: k8up.io/v1
kind: Backup
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
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 2