Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use HTTP 200 instead of 204 for healthcheck (#27)
While testing the upgrade in two different cloud providers, I found that both of them don't respect anything other than HTTP 200 as a successful ping check. To accomodate for the two providers, let's just use a HTTP 200 to save people doing hacky TCP checks instead.
- Loading branch information