Skip to content

Commit

Permalink
infra: update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 10, 2024
1 parent d58af2b commit 88cac02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ locals {

ecs = {
instance_types = {
"t3a.medium" = ""
# "t3a.medium" = ""
"m5n.xlarge" = ""
}
}

Expand Down
4 changes: 2 additions & 2 deletions terraform/service_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module "ecs_api" {
lb_health_check_enabled = true
lb_path = "/health"

container_memory_soft_limit = 1024
container_memory_hard_limit = 2048
container_memory_soft_limit = 6144
container_memory_hard_limit = 7168

log_group_name = module.ecs_cluster.log_group_name
service_discovery_namespace_id = module.ecs_cluster.service_discovery_namespace_id
Expand Down

0 comments on commit 88cac02

Please sign in to comment.