Compare commits

..

2 commits

Author SHA1 Message Date
73b88013cc
chore(elk): reduce resource allocation for kibana
All checks were successful
Lint / lint (push) Successful in 20s
Terraform Plan and Apply / cicd (push) Successful in 28s
2025-01-27 13:10:40 +00:00
44e637a994
chore(elk): adjust resource allocation for connector
* connector spends most of its time idling
2025-01-27 13:07:27 +00:00

View file

@ -354,8 +354,8 @@ job "elk" {
}
resources {
cpu = 500
memory = 512
cpu = 10
memory = 256
}
template {
@ -435,8 +435,9 @@ job "elk" {
}
resources {
cpu = 1500
memory = 1024
cpu = 500
memory = 512
memory_max = 1024
}
template {