Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Dec 12, 2024
1 parent 3b357c8 commit 23f292f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indexer/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ locals {
},
"${local.service_names["vulcan"]}" : {
ecs_desired_count : var.vulcan_ecs_desired_count,
task_definition_memory : 2048,
task_definition_cpu : 1024,
task_definition_memory : 4096,
task_definition_cpu : 2048,
is_public_facing : false,
ports : [8080],
health_check_port : 8080,
Expand Down

0 comments on commit 23f292f

Please sign in to comment.