backup the blog

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-07-01 12:27:39 +00:00
parent b8f1aace55
commit d804d64465

View file

@ -0,0 +1,20 @@
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