Files
infrastructure/clusters/cl01tl/manifests/garage/ReplicationSource-garage-db-backup-source-external.yaml
gitea-bot b3e8280958 Automated Manifest Update (#2902)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2902
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-27 20:57:08 +00:00

30 lines
761 B
YAML

apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: garage-db-backup-source-external
namespace: garage
labels:
helm.sh/chart: volsync-target-db-0.7.0
app.kubernetes.io/instance: garage
app.kubernetes.io/part-of: garage
app.kubernetes.io/version: "0.7.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: garage-db-backup
spec:
sourcePVC: garage-db
trigger:
schedule: 20 9 * * *
restic:
pruneIntervalDays: 7
repository: garage-db-backup-secret-external
retain:
daily: 7
hourly: 0
monthly: 3
weekly: 4
yearly: 1
copyMethod: Snapshot
storageClassName: ceph-block
volumeSnapshotClassName: ceph-blockpool-snapshot
cacheCapacity: 10Gi