From fa498399476378b7ef02fa29596c559b74d544f4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 13 Feb 2026 14:03:49 -0600 Subject: [PATCH] feat: add backup --- clusters/cl01tl/helm/yubal/Chart.yaml | 4 ++++ clusters/cl01tl/helm/yubal/values.yaml | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/clusters/cl01tl/helm/yubal/Chart.yaml b/clusters/cl01tl/helm/yubal/Chart.yaml index 5046eda71..75c2756aa 100644 --- a/clusters/cl01tl/helm/yubal/Chart.yaml +++ b/clusters/cl01tl/helm/yubal/Chart.yaml @@ -17,5 +17,9 @@ dependencies: alias: yubal repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 + - name: volsync-target + alias: volsync-target-config + version: 0.7.0 + repository: oci://harbor.alexlebens.net/helm-charts # renovate: datasource=github-releases depName=guillevc/yubal appVersion: v4.0.0 diff --git a/clusters/cl01tl/helm/yubal/values.yaml b/clusters/cl01tl/helm/yubal/values.yaml index eaed39289..e36104f28 100644 --- a/clusters/cl01tl/helm/yubal/values.yaml +++ b/clusters/cl01tl/helm/yubal/values.yaml @@ -126,6 +126,7 @@ yubal: value: / persistence: config: + forceRename: yubal storageClass: ceph-block accessMode: ReadWriteOnce size: 1Gi @@ -142,3 +143,13 @@ yubal: main: - path: /app/data readOnly: false +volsync-target-config: + pvcTarget: yubal + local: + enabled: true + schedule: 42 11 * * * + remote: + enabled: false + external: + enabled: true + schedule: 42 12 * * *