From ba8c044628e5164524b19721691a47fffa685860 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 27 Dec 2025 14:49:49 -0600 Subject: [PATCH] restore --- .../templates/replication-destination.yaml | 16 ++++++++++++++++ clusters/cl01tl/helm/garage/values.yaml | 16 ++++++++-------- 2 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 clusters/cl01tl/helm/garage/templates/replication-destination.yaml diff --git a/clusters/cl01tl/helm/garage/templates/replication-destination.yaml b/clusters/cl01tl/helm/garage/templates/replication-destination.yaml new file mode 100644 index 000000000..bb52be592 --- /dev/null +++ b/clusters/cl01tl/helm/garage/templates/replication-destination.yaml @@ -0,0 +1,16 @@ +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-external + destinationPVC: garage-db + copyMethod: Direct diff --git a/clusters/cl01tl/helm/garage/values.yaml b/clusters/cl01tl/helm/garage/values.yaml index 7b6913c07..9e5521773 100644 --- a/clusters/cl01tl/helm/garage/values.yaml +++ b/clusters/cl01tl/helm/garage/values.yaml @@ -201,14 +201,14 @@ garage: accessMode: ReadWriteOnce size: 50Gi retain: true - advancedMounts: - main: - main: - - path: /var/lib/garage/meta - readOnly: false - debug: - - path: /var/lib/garage/meta - readOnly: false + # advancedMounts: + # main: + # main: + # - path: /var/lib/garage/meta + # readOnly: false + # debug: + # - path: /var/lib/garage/meta + # readOnly: false data: storageClass: synology-iscsi-delete accessMode: ReadWriteOnce