chore: Update manifests after change
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user