Skip to content

Commit

Permalink
changed the interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwani-cgi committed Aug 13, 2024
1 parent 73a0b7b commit 9626493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Infrastructure/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_alb_target_group" "app" {

health_check {
healthy_threshold = "3"
interval = "30"
interval = "40"
protocol = "HTTP"
matcher = "200"
timeout = "10"
Expand Down

0 comments on commit 9626493

Please sign in to comment.