add channels
All checks were successful
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m3s

This commit is contained in:
2025-10-20 20:55:49 -05:00
parent ba4efdce37
commit f949e7f436
11 changed files with 234 additions and 17 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: channels-data-backup-source
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: channels-data-backup-source
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
sourcePVC: channels-data
trigger:
schedule: 0 4 * * *
restic:
pruneIntervalDays: 7
repository: channels-data
retain:
hourly: 1
daily: 3
weekly: 2
monthly: 2
yearly: 4
copyMethod: Snapshot
storageClassName: ceph-block
volumeSnapshotClassName: ceph-blockpool-snapshot