You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/applications/managing-app-configuration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,9 @@ Available configuration options for health checks are the following, including d
65
65
66
66
**HEALTHCHECK_URL**
67
67
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.
0 commit comments