Skip to content

Commit

Permalink
descale otel resources
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Oct 9, 2024
1 parent dd34acf commit c02a58e
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 @@ -8,8 +8,8 @@ locals {

otel_image_tag = "v0.3.0"
otel_port = var.port + 1
otel_cpu = 256
otel_memory = 256
otel_cpu = 128
otel_memory = 128
}

module "ecs_cpu_mem" {
Expand Down

0 comments on commit c02a58e

Please sign in to comment.