Skip to content

Commit f8c8594

Browse files
authored
Merge pull request #286 from helgi/health_path
chore(health): note that kubernetes does not support query params in the health check path
2 parents 35bd111 + 595d377 commit f8c8594

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)