add remote backup
All checks were successful
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 34s
renovate / renovate (push) Successful in 1m18s

This commit is contained in:
2025-12-15 20:39:39 -06:00
parent 46ca814f0f
commit 4c26f42d22

View File

@@ -121,7 +121,7 @@ mariadb-cluster:
suspend: false
immediate: true
compression: gzip
maxRetention: 720h
maxRetention: 2160h
storage:
s3:
bucket: mariadb-backups-b230a2f5aecf080a4b372c08
@@ -136,6 +136,25 @@ mariadb-cluster:
key: secret
tls:
enabled: true
- name: backup-remote
schedule:
cron: "0 0 * * 0"
suspend: false
immediate: true
compression: gzip
maxRetention: 2160h
storage:
s3:
bucket: mariadb-backups
prefix: cl01tl/booklore
endpoint: garage-ps10rp.boreal-beaufort.ts.net:3900
region: us-east-1
accessKeyIdSecretKeyRef:
name: booklore-mariadb-cluster-backup-secret-garage
key: access
secretAccessKeySecretKeyRef:
name: booklore-mariadb-cluster-backup-secret-garage
key: secret
- name: backup-garage
schedule:
cron: "0 0 * * *"