Skip to content

Commit

Permalink
lower healthy threshold on elb
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Winsor <[email protected]>
  • Loading branch information
reset committed Jun 13, 2016
1 parent 0c56e15 commit de8d6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/builder-gateways.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ resource "aws_elb" "builder_api" {
}

health_check {
healthy_threshold = 10
healthy_threshold = 2
unhealthy_threshold = 2
timeout = 5
target = "HTTP:9636/v1/status"
Expand Down

0 comments on commit de8d6eb

Please sign in to comment.