github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/jobspec/test-fixtures/tg-scaling-policy.hcl (about)

     1  job "elastic" {
     2    group "group" {
     3      scaling {
     4        enabled = false
     5        min     = 5
     6        max     = 100
     7  
     8        policy {
     9          foo = "bar"
    10          b   = true
    11          val = 5
    12          f   = .1
    13        }
    14      }
    15    }
    16  }