change backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m19s

This commit is contained in:
2025-11-17 15:18:20 -06:00
parent 2e188e478e
commit 14abaa6035

View File

@@ -102,18 +102,19 @@ mariadb-cluster:
cleanupPolicy: Delete cleanupPolicy: Delete
requeueInterval: 10h requeueInterval: 10h
retryInterval: 30s retryInterval: 30s
backups: physicalBackups:
- name: backup - name: backup
schedule: schedule:
cron: "0 0 * * *" cron: "0 0 * * *"
suspend: false suspend: false
immediate: true
compression: gzip compression: gzip
maxRetention: 720h # 30 days maxRetention: 720h
storage: storage:
s3: s3:
bucket: mariadb-backups-b230a2f5aecf080a4b372c08 bucket: mariadb-backups-b230a2f5aecf080a4b372c08
prefix: cl01tl prefix: cl01tl
endpoint: https://nyc3.digitaloceanspaces.com endpoint: nyc3.digitaloceanspaces.com
region: us-east-1 region: us-east-1
accessKeyIdSecretKeyRef: accessKeyIdSecretKeyRef:
name: booklore-mariadb-cluster-backup-secret name: booklore-mariadb-cluster-backup-secret