open-nomad/jobspec/test-fixtures/task-scaling-policy-missing...

18 lines
184 B
HCL

job "foo" {
task "bar" {
driver = "docker"
scaling {
enabled = true
min = 50
max = 1000
policy {
test = "cpu"
}
}
}
}