Files
helm-charts/charts/volsync-target/README.md
2026-05-07 21:14:50 -05:00

4.2 KiB

volsync-target

Version: 1.1.1 AppVersion: 0.15.0

Volsync Replication set to target specific PVC with preconfigured settings

Maintainers

Name Email Url
alexlebens

Source Code

Values

Key Type Default Description
additionalLabels object {} Add additional labels
external object {"enabled":true,"externalSecret":{"bucketPath":"/digital-ocean/config","credentialPath":"/digital-ocean/home-infra/volsync-backups"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":35,"repository":"","retain":{"daily":0,"hourly":0,"monthly":0,"weekly":12,"yearly":0},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 9 * * 0"} External backup configuration
external.externalSecret object {"bucketPath":"/digital-ocean/config","credentialPath":"/digital-ocean/home-infra/volsync-backups"} External Secret configuration
external.restic object {"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":35,"repository":"","retain":{"daily":0,"hourly":0,"monthly":0,"weekly":12,"yearly":0},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"} Backup configuration, inserted directly into the yaml
external.schedule string "0 9 * * 0" 5 character cron schedule
externalSecrets object {"enabled":true} Use external secrets
kubernetesClusterName string "cl01tl" Kubernetes cluster name
local object {"enabled":false,"externalSecret":{"bucketPath":"/garage/config","credentialPath":"/garage/home-infra/volsync-backups"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":0,"weekly":4,"yearly":0},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 8 * * *"} Local backup configuration
local.externalSecret object {"bucketPath":"/garage/config","credentialPath":"/garage/home-infra/volsync-backups"} External Secret configuration
local.restic object {"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":0,"weekly":4,"yearly":0},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"} Backup configuration, inserted directly into the yaml
local.schedule string "0 8 * * *" 5 character cron schedule
moverSecurityContext object {} Glocal security context for restic mover
nameOverride string "" Default pattern follows -backup
namespaceOverride string "" Override the namespace of the chart
prometheusRule object {"enabled":true} Prometheus Rule
pvcTarget string "data" Name of the PVC target
remote object {"enabled":false,"externalSecret":{"bucketPath":"/garage/config","credentialPath":"/garage/home-infra/volsync-backups"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":0,"hourly":0,"monthly":0,"weekly":12,"yearly":0},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 10 * * 0"} Remote backup configuration
remote.externalSecret object {"bucketPath":"/garage/config","credentialPath":"/garage/home-infra/volsync-backups"} External Secret configuration
remote.restic object {"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":0,"hourly":0,"monthly":0,"weekly":12,"yearly":0},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"} Backup configuration, inserted directly into the yaml
remote.schedule string "0 10 * * 0" 5 character cron schedule

Autogenerated from chart metadata using helm-docs v1.14.2