Skip to content

Commit 595d377

Browse files
committed
chore(health): note that kubernetes does not support query params in the health check path
deis/controller#774 has more insight
1 parent 408e014 commit 595d377

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/applications/managing-app-configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ Available configuration options for health checks are the following, including d
6565

6666
**HEALTHCHECK_URL**
6767

68-
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.
68+
Path in the application to use for health check, such as /healthz - Query Parameters are not supported.
69+
70+
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.
6971

7072
**HEALTHCHECK_TIMEOUT**
7173

0 commit comments

Comments
 (0)