Automated Manifest Update (#3951)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3951
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3951.
This commit is contained in:
2026-02-13 18:38:13 +00:00
committed by Alex Lebens
parent 9af3c94d57
commit aa76ee3579
23 changed files with 1055 additions and 4 deletions

View File

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