[routing] set health check port to 4000

This commit is contained in:
Paul Schoenfelder 2018-06-04 17:19:13 -04:00
parent dcb3ada765
commit f6ec1307dc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ resource "aws_elb" "explorer" {
unhealthy_threshold = 2
timeout = 3
interval = 30
target = "HTTP:80/"
target = "HTTP:4000/"
}
listener {