open-nomad/jobspec/test-fixtures/tg-scaling-policy-minimal.hcl

8 lines
75 B
HCL

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