open-nomad/jobspec/test-fixtures/multi-resource.hcl

19 lines
331 B
HCL

job "binstore-storagelocker" {
group "binsl" {
count = 5
task "binstore" {
driver = "docker"
resources {
cpu = 500
memory = 128
}
resources {
cpu = 500
memory = 128
}
}
}
}