From 7ee2b5511b4d062a092a80587c2285849eccdc71 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 27 Dec 2025 14:16:39 -0600 Subject: [PATCH] add debug --- clusters/cl01tl/helm/garage/values.yaml | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/clusters/cl01tl/helm/garage/values.yaml b/clusters/cl01tl/helm/garage/values.yaml index 224156859..7b6913c07 100644 --- a/clusters/cl01tl/helm/garage/values.yaml +++ b/clusters/cl01tl/helm/garage/values.yaml @@ -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: