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