chore(elk): update initial_master_nodes and change data path to NOMAD_ALLOC_DIR
- ephemeral disk is mounted on NOMAD_ALLOC_DIR
This commit is contained in:
parent
9a52bf4ed1
commit
2eb4faed5b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ job "elk" {
|
|||
discovery:
|
||||
seed_providers: file
|
||||
path:
|
||||
data: {{ env "NOMAD_TASK_DIR" }}/data
|
||||
data: {{ env "NOMAD_ALLOC_DIR" }}/data
|
||||
repo:
|
||||
- /mnt/backups
|
||||
xpack:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue