diff --git a/terraform/alb.tf b/terraform/alb.tf index d6849d9..2d5a16f 100644 --- a/terraform/alb.tf +++ b/terraform/alb.tf @@ -33,8 +33,8 @@ module "alb" { path = "/" protocol = "HTTP" # Customize this based on your needs matcher = "200-402" # HTTP status codes that indicate a healthy response - interval = 30 # Time in seconds between health checks - timeout = 20 # Time in seconds to wait for a response before marking as failed + interval = 50 # Time in seconds between health checks + timeout = 40 # Time in seconds to wait for a response before marking as failed healthy_threshold = 3 # Number of successes required to mark the target healthy unhealthy_threshold = 2 # Number of failures required to mark the target unhealthy port = "traffic-port" # Port used for health checks, "traffic-port" uses the target group port