open-nomad/jobspec/test-fixtures/tg-scaling-policy-with-labe...

17 lines
236 B
HCL

job "elastic" {
group "group" {
scaling "no-label-allowed" {
enabled = false
min = 5
max = 100
policy {
foo = "bar"
b = true
val = 5
f = 0.1
}
}
}
}