Files
infrastructure/clusters/cl01tl/helm/garage/templates/replication-destination.yaml
Alex Lebens 4bac78a050
All checks were successful
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 32s
renovate / renovate (push) Successful in 1m5s
restore from remote
2025-12-27 15:08:05 -06:00

17 lines
435 B
YAML

apiVersion: volsync.backube/v1alpha1
kind: ReplicationDestination
metadata:
name: garage-db
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: garage-db
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
trigger:
manual: restore-once
restic:
repository: garage-db-backup-secret-remote
destinationPVC: garage-db
copyMethod: Direct