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

This commit is contained in:
Ben Martin 2025-01-27 13:10:40 +00:00
parent 44e637a994
commit 73b88013cc
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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