feat(elk): adjust resource allocation for tiebreaker
This commit is contained in:
parent
3ab10b3fb8
commit
59c31020fb
1 changed files with 3 additions and 2 deletions
|
@ -150,8 +150,9 @@ job "elk" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 2000
|
cpu = 1000
|
||||||
memory = 2048
|
memory = 1024
|
||||||
|
memory_max = 2048
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue