open-nomad/jobspec/test-fixtures/tg-scaling-policy-minimal.hcl
2020-07-04 19:32:37 +00:00

8 lines
75 B
HCL

job "elastic" {
group "group" {
scaling {
max = 10
}
}
}