chore: Update manifests after change

This commit is contained in:
2025-12-27 20:51:23 +00:00
parent 2db9ad2e79
commit 49d9a1462e
3 changed files with 23 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ spec:
subPath: garage.toml
- mountPath: /var/lib/garage/data
name: data
- mountPath: /var/lib/garage/meta
- mountPath: /db
name: db
- mountPath: /var/lib/garage/snapshots
name: snapshots
@@ -76,7 +76,7 @@ spec:
subPath: garage.toml
- mountPath: /var/lib/garage/data
name: data
- mountPath: /var/lib/garage/meta
- mountPath: /db
name: db
- mountPath: /var/lib/garage/snapshots
name: snapshots

View File

@@ -59,7 +59,12 @@ spec:
name: config
readOnly: true
subPath: garage.toml
- mountPath: /db
name: db
volumes:
- configMap:
name: garage
name: config
- name: db
persistentVolumeClaim:
claimName: garage-db

View File

@@ -0,0 +1,16 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationDestination
metadata:
name: garage-db
namespace: garage
labels:
app.kubernetes.io/name: garage-db
app.kubernetes.io/instance: garage
app.kubernetes.io/part-of: garage
spec:
trigger:
manual: restore-once
restic:
repository: garage-db-backup-secret-external
destinationPVC: garage-db
copyMethod: Direct