Skip to content

Commit

Permalink
Changed the nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
prashansa joshi committed Nov 7, 2024
1 parent 2a999f6 commit 9695ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9695ce9

Please sign in to comment.