Skip to content

Commit

Permalink
tweak elb settings for gateways
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Winsor <[email protected]>

Pull request: #828
Approved by: reset
  • Loading branch information
reset authored and thesentinels committed Jun 14, 2016
1 parent 2078d10 commit 29b7584
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/builder-gateways.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ resource "aws_elb" "builder_api" {

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

tags {
Expand Down

0 comments on commit 29b7584

Please sign in to comment.