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

     1  job "elastic" {
     2    group "group" {
     3      scaling {
     4        // required: max = ...
     5      }
     6    }
     7  }