Skip to content

Commit

Permalink
updating Minimum and Max health percentage for DEV to run only 1 task (
Browse files Browse the repository at this point in the history
  • Loading branch information
pskushwaha1 authored May 30, 2024
1 parent 5c51f36 commit fdc4144
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ci/terraform/dev.tfvars
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
environment = "dev"
common_state_bucket = "di-auth-development-tfstate"

frontend_task_definition_cpu = 512
frontend_task_definition_memory = 1024
frontend_auto_scaling_v2_enabled = true

frontend_task_definition_cpu = 512
frontend_task_definition_memory = 1024
frontend_auto_scaling_min_count = 1
frontend_auto_scaling_max_count = 2
ecs_desired_count = 1
deployment_min_healthy_percent = 100
deployment_max_percent = 200
frontend_auto_scaling_min_count = 1
frontend_auto_scaling_max_count = 2
ecs_desired_count = 1

alb_idle_timeout = 30

Expand Down

0 comments on commit fdc4144

Please sign in to comment.