policy Block
Placement | policy |
The policy
block configures the Nomad Autoscaler's policy handling.
policy
Parameters
default_cooldown
(string: "5m")
- The default cooldown that will be applied to all scaling policies which do not specify a cooldown period.default_evaluation_interval
(string: "10s")
- The default evaluation interval that will be applied to all scaling policies which do not specify an evaluation interval.dir
(string: "")
- The path to a directory used to load scaling policies.source
(Source)
- Configures policy sources. Thenomad
source is enabled by default and thefile
source is automatically enabled ifdir
is set.
source
Parameters
The source
block is used to configure scaling policies sources. Supported
sources are file
and nomad
.
enabled
(bool: true)
- Defines if the scaling policy source should be enabled or disabled.