chore(elk): reduce memory limit for nodes
Some checks failed
Lint / lint (push) Failing after 50s
Terraform Plan and Apply / cicd (push) Successful in 1m8s

This commit is contained in:
Ben Martin 2025-04-14 22:32:39 +00:00
parent 49097613a4
commit becea8dd16
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -52,7 +52,6 @@ job "elk" {
resources { resources {
cpu = 2000 cpu = 2000
memory = 2048 memory = 2048
memory_max = 3072
} }
template { template {