Files
nomad-csi/csi/volumes/moneymaker-data.hcl
Henrik Jess Nielsen f930ca1c80
Some checks failed
Deploy CSI Jobs / deploy (push) Failing after 11s
Add moneymaker CSI volume and updated job
- csi/volumes/moneymaker-data.hcl: CSI volume (1-10G, single-node-writer)
- jobs/moneymaker.nomad: migrated from host to CSI volume, removed consul constraint
2026-05-26 23:53:28 +02:00

13 lines
260 B
HCL

id = "moneymaker-data"
name = "moneymaker-data"
type = "csi"
plugin_id = "org.democratic-csi.nfs"
capacity_min = "1G"
capacity_max = "10G"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}