backup the blog
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
b8f1aace55
commit
d804d64465
1 changed files with 20 additions and 0 deletions
20
apps-kustomized/blog/backup.yaml
Normal file
20
apps-kustomized/blog/backup.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue