Files
auricom-home-cluster/kubernetes/apps/default/changedetection/app/backups/replicationsource.yaml
2022-12-29 18:58:41 +01:00

24 lines
585 B
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/replicationsource_v1alpha1.json
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: changedetection
namespace: default
spec:
sourcePVC: changedetection-config
trigger:
schedule: "0 0 * * *"
restic:
copyMethod: Snapshot
pruneIntervalDays: 10
repository: changedetection-restic
cacheCapacity: 2Gi
volumeSnapshotClassName: csi-ceph-blockpool
storageClassName: rook-ceph-block
retain:
hourly: 0
daily: 10
weekly: 0
monthly: 0