Skip to content

Commit

Permalink
updated health check settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwani-cgi committed Oct 2, 2024
1 parent 38aa548 commit 60b7c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Infrastructure/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ resource "aws_alb_target_group" "app" {
interval = "40"
protocol = "HTTP"
matcher = "200"
timeout = "10"
timeout = "15"
path = var.health_check_path
unhealthy_threshold = "2"
unhealthy_threshold = "3"
}

tags = local.common_tags
Expand Down

0 comments on commit 60b7c9b

Please sign in to comment.