Skip to content

Commit

Permalink
bump otel collector resources
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Oct 8, 2024
1 parent fa34c63 commit 3ff1756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/ecs/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ locals {
task_memory = module.this.stage == "prod" ? var.task_memory : 512

otel_port = var.port + 1
otel_cpu = 128
otel_memory = 128
otel_cpu = 256
otel_memory = 256
}

module "ecs_cpu_mem" {
Expand Down

0 comments on commit 3ff1756

Please sign in to comment.