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 {
|
||||
cpu = 2000
|
||||
memory = 2048
|
||||
cpu = 1000
|
||||
memory = 1024
|
||||
memory_max = 2048
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue