13 lines
297 B
YAML
13 lines
297 B
YAML
---
|
|
# Kubernetes worker (compute) node settings
|
|
|
|
# node_labels: {}
|
|
# node_taints: []
|
|
|
|
# Disks dedicated to Longhorn storage (override per host in hosts.yml if needed)
|
|
longhorn_disks:
|
|
- device: /dev/sdb
|
|
mountpoint: /mnt/longhorn-disk1
|
|
- device: /dev/sdc
|
|
mountpoint: /mnt/longhorn-disk2
|