From 595d377dcb69926041bb5d65ddf929925304d8ba Mon Sep 17 00:00:00 2001 From: helgi Date: Fri, 3 Jun 2016 16:02:54 -0700 Subject: [PATCH] chore(health): note that kubernetes does not support query params in the health check path https://github.com/deis/controller/issues/774 has more insight --- src/applications/managing-app-configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/applications/managing-app-configuration.md b/src/applications/managing-app-configuration.md index bf694ef1..45c4f60c 100644 --- a/src/applications/managing-app-configuration.md +++ b/src/applications/managing-app-configuration.md @@ -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**