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

11 lines
143 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "elastic" {
group "group" {
scaling {
max = 10
}
}
}