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

19 lines
331 B
HCL
Raw Normal View History

2015-09-15 01:30:26 +00:00
job "binstore-storagelocker" {
group "binsl" {
count = 5
task "binstore" {
driver = "docker"
resources {
cpu = 500
memory = 128
}
resources {
cpu = 500
memory = 128
}
}
}
}