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

@ -69,8 +69,9 @@ job "elk" {
}
resources {
cpu = 2000
memory = 2048
cpu = 2000
memory = 2048
memory_max = 3072
}
template {
@ -544,7 +545,7 @@ job "elk" {
pid /var/run/nginx.pid;
events {
worker_connections 1024;
worker_connections 1024;
}
stream {