github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/jobspec/test-fixtures/tg-scaling-policy-minimal.hcl (about)

     1  job "elastic" {
     2    group "group" {
     3      scaling {
     4        max = 10
     5      }
     6    }
     7  }