mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-01 01:38:19 +00:00
11 lines
280 B
YAML
11 lines
280 B
YAML
# Run garage as a DaemonSet (one pod per node) instead of the default StatefulSet,
|
|
# using hostPath volumes for meta/data persistence.
|
|
deployment:
|
|
kind: DaemonSet
|
|
persistence:
|
|
enabled: true
|
|
meta:
|
|
hostPath: /var/lib/garage/meta
|
|
data:
|
|
hostPath: /var/lib/garage/data
|