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

24 lines
349 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "elastic" {
group "group" {
scaling {
enabled = false
min = 5
max = 100
policy {
foo = "bar"
b = true
val = 5
f = 0.1
check "foo" {
query = "some_query"
}
}
}
}
}