mount to debug
All checks were successful
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 33s
renovate / renovate (push) Successful in 1m18s

This commit is contained in:
2025-12-27 15:01:15 -06:00
parent 5ea4fe5633
commit fdc182a99f
3 changed files with 42 additions and 42 deletions

View File

@@ -1,12 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: garage-db
namespace: garage
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
storageClassName: ceph-block
# apiVersion: v1
# kind: PersistentVolumeClaim
# metadata:
# name: garage-db
# namespace: garage
# spec:
# accessModes:
# - ReadWriteOnce
# resources:
# requests:
# storage: 50Gi
# storageClassName: ceph-block

View File

@@ -1,16 +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
# 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