github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/jobspec/test-fixtures/tg-scaling-policy-with-label.hcl (about) 1 job "elastic" { 2 group "group" { 3 scaling "no-label-allowed" { 4 enabled = false 5 min = 5 6 max = 100 7 8 policy { 9 foo = "bar" 10 b = true 11 val = 5 12 f = 0.1 13 } 14 } 15 } 16 }