mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
docs: Fixing path for autoscaling/agent/source nav item (#12166)
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: source Stanza - Nomad Autoscaler Agent Configuration
|
||||
description: >-
|
||||
The "source" block is used to configure scaling target sources.
|
||||
---
|
||||
|
||||
# `source` Block
|
||||
|
||||
<Placement groups={['policy', 'source']} />
|
||||
|
||||
The `source` block is used to configure scaling target sources.
|
||||
|
||||
```hcl
|
||||
policy {
|
||||
source "nomad" {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Supported sources are `file` and `nomad`.
|
||||
|
||||
### `source` Parameters
|
||||
|
||||
- `enabled` `(bool: true)` - Defines if the scaling policy source should be
|
||||
enabled or disabled.
|
||||
Reference in New Issue
Block a user