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 35d4f9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/builder-gateways.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ resource "aws_elb" "builder_api" {
}

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

0 comments on commit 35d4f9e

Please sign in to comment.