chore(elk): add memory_max to nodes
Some checks failed
Lint / lint (push) Successful in 2m0s
Terraform Plan and Apply / cicd (push) Failing after 3m26s

This commit is contained in:
Ben Martin 2025-01-26 13:49:15 +00:00
parent 7670cc6de4
commit f2cb4fd2a1
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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