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

This commit is contained in:
2025-12-27 17:07:20 -06:00
parent 64fcafb694
commit a01831be6f

View File

@@ -31,6 +31,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
server-2:
type: deployment
replicas: 1
@@ -288,6 +300,11 @@ garage:
readOnly: true
mountPropagation: None
subPath: garage.toml
debug:
- path: /etc/garage.toml
readOnly: true
mountPropagation: None
subPath: garage.toml
server-2:
main:
- path: /etc/garage.toml
@@ -317,6 +334,9 @@ garage:
main:
- path: /var/lib/garage/meta
readOnly: false
debug:
- path: /var/lib/garage/meta
readOnly: false
# db-2:
# forceRename: garage-db-2
# storageClass: ceph-block
@@ -350,6 +370,9 @@ garage:
main:
- path: /var/lib/garage/data
readOnly: false
debug:
- path: /var/lib/garage/data
readOnly: false
# data-2:
# forceRename: garage-data-2
# storageClass: synology-iscsi-delete