Skip to content

Commit 795b68d

Browse files
authored
Merge pull request #25874 from morihaya/patch-http-probes
Add a default description to path of HTTP probes
2 parents 8676b48 + e57ff3e commit 795b68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ have additional fields that can be set on `httpGet`:
366366
* `host`: Host name to connect to, defaults to the pod IP. You probably want to
367367
set "Host" in httpHeaders instead.
368368
* `scheme`: Scheme to use for connecting to the host (HTTP or HTTPS). Defaults to HTTP.
369-
* `path`: Path to access on the HTTP server.
369+
* `path`: Path to access on the HTTP server. Defaults to /.
370370
* `httpHeaders`: Custom headers to set in the request. HTTP allows repeated headers.
371371
* `port`: Name or number of the port to access on the container. Number must be
372372
in the range 1 to 65535.

0 commit comments

Comments
 (0)