add debug
All checks were successful
lint-test-helm / lint-helm (push) Successful in 41s
render-manifests-push / render-manifests-push (push) Successful in 44s
renovate / renovate (push) Successful in 1m8s

This commit is contained in:
2025-12-27 14:16:39 -06:00
parent f1eb78a0f8
commit 7ee2b5511b

View File

@@ -18,6 +18,18 @@ garage:
requests:
cpu: 10m
memory: 128Mi
debug:
image:
repository: ubuntu
tag: resolute-20251208
pullPolicy: IfNotPresent
command:
- "sleep"
- "infinity"
resources:
requests:
cpu: 10m
memory: 32Mi
webui:
type: deployment
replicas: 1
@@ -172,6 +184,11 @@ garage:
readOnly: true
mountPropagation: None
subPath: garage.toml
debug:
- path: /etc/garage.toml
readOnly: true
mountPropagation: None
subPath: garage.toml
webui:
main:
- path: /etc/garage.toml
@@ -189,6 +206,9 @@ garage:
main:
- path: /var/lib/garage/meta
readOnly: false
debug:
- path: /var/lib/garage/meta
readOnly: false
data:
storageClass: synology-iscsi-delete
accessMode: ReadWriteOnce
@@ -199,6 +219,9 @@ garage:
main:
- path: /var/lib/garage/data
readOnly: false
debug:
- path: /var/lib/garage/data
readOnly: false
snapshots:
storageClass: synology-iscsi-delete
accessMode: ReadWriteOnce
@@ -209,6 +232,9 @@ garage:
main:
- path: /var/lib/garage/snapshots
readOnly: false
debug:
- path: /var/lib/garage/snapshots
readOnly: false
volsync-target-db:
pvcTarget: garage-db
local: