chore(elk): reduce resource allocation for kibana
This commit is contained in:
parent
44e637a994
commit
73b88013cc
1 changed files with 3 additions and 2 deletions
|
@ -435,8 +435,9 @@ job "elk" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 1500
|
||||
memory = 1024
|
||||
cpu = 500
|
||||
memory = 512
|
||||
memory_max = 1024
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue