Files
infrastructure/clusters/cl01tl/applications/channels/templates/replication-source.yaml
Alex Lebens f949e7f436
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
add channels
2025-10-20 20:55:49 -05:00

26 lines
650 B
YAML

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