Add moneymaker CSI volume and updated job
Some checks failed
Deploy CSI Jobs / deploy (push) Failing after 11s

- csi/volumes/moneymaker-data.hcl: CSI volume (1-10G, single-node-writer)
- jobs/moneymaker.nomad: migrated from host to CSI volume, removed consul constraint
This commit is contained in:
Henrik Jess Nielsen
2026-05-26 23:53:28 +02:00
parent edffcd0766
commit f930ca1c80
2 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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"
}