chore(elk): further reduce memory limit on elk
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 2m24s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 39s

This commit is contained in:
Ben Martin 2025-04-21 23:37:45 +01:00
parent 2fe6269f62
commit 1567c5fcfe

View file

@ -51,7 +51,7 @@ job "elk" {
resources { resources {
cpu = 2000 cpu = 2000
memory = 2048 memory = 1500
} }
template { template {