Files
infrastructure/clusters/cl01tl/manifests/seerr/ReplicationSource-seerr-config-backup-source.yaml
gitea-bot f8cbebd2c4 Automated Manifest Update (#2322)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2322
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-09 02:51:36 +00:00

28 lines
641 B
YAML

---
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: seerr-config-backup-source
namespace: seerr
labels:
app.kubernetes.io/name: seerr-config-backup-source
app.kubernetes.io/instance: seerr
app.kubernetes.io/part-of: seerr
spec:
sourcePVC: seerr-config
trigger:
schedule: 0 4 * * *
restic:
pruneIntervalDays: 7
repository: seerr-config-backup-secret
retain:
hourly: 1
daily: 3
weekly: 2
monthly: 2
yearly: 4
copyMethod: Snapshot
storageClassName: ceph-block
volumeSnapshotClassName: ceph-blockpool-snapshot
cacheCapacity: 10Gi