Closed colegleason closed 10 years ago
I want to put docker-builder behind an AWS EC2 Elastic Load Balancer, but it requires a health check to make sure the instance is in service. Let's add a route at /health that always returns 200.
/health
Seems easy enough. I'll do this after https://github.com/modcloth/docker-builder/pull/65
@rafecolton Whoops, already started it. Let me know if you want anything else on that PR.
I want to put docker-builder behind an AWS EC2 Elastic Load Balancer, but it requires a health check to make sure the instance is in service. Let's add a route at
/health
that always returns 200.