Skip to content

Commit

Permalink
Merge pull request deis#286 from helgi/health_path
Browse files Browse the repository at this point in the history
chore(health): note that kubernetes does not support query params in the health check path
  • Loading branch information
helgi authored Jun 14, 2016
2 parents 35bd111 + 595d377 commit f8c8594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/applications/managing-app-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ Available configuration options for health checks are the following, including d

**HEALTHCHECK_URL**

Path in the application to use for health check, such as /healthz - This value needs to be set for any health check to happen. Needs to accept a HTTP GET request and return a HTTP status between 200-399.
Path in the application to use for health check, such as /healthz - Query Parameters are not supported.

This value needs to be set for any health check to happen. Needs to accept a HTTP GET request and return a HTTP status between 200-399.

**HEALTHCHECK_TIMEOUT**

Expand Down

0 comments on commit f8c8594

Please sign in to comment.