Merge pull request #57 from poanetwork/56-health-check

update health check endpoint
This commit is contained in:
Andrew Cravenho 2018-09-10 09:35:07 -04:00 committed by GitHub
commit 478cae44b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ resource "aws_lb_target_group" "explorer" {
unhealthy_threshold = 2 unhealthy_threshold = 2
timeout = 15 timeout = 15
interval = 30 interval = 30
path = "/en/blocks" path = "/blocks"
port = 4000 port = 4000
} }
} }