chore(elk): increase memory alloc
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 5m25s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 3m33s

- but actually apply it to elk and not renovate this time
- block device io v high...
This commit is contained in:
Ben Martin 2025-04-26 11:53:41 +00:00
parent 34f2bf4e0a
commit c509d99b6b
Signed by: ben
GPG key ID: 859A655FCD290E4A
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -16,7 +16,7 @@ job "renovate" {
resources {
cpu = 2000
memory = 1536
memory = 1024
}
env {