chore: Update manifests after change

This commit is contained in:
2025-12-17 04:51:58 +00:00
parent 66460bbdf2
commit a5692fa4b8
6 changed files with 48 additions and 30 deletions

View File

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