Skip to content

Commit e57ff3e

Browse files
authored
Add a default description to path of HTTP probes
1 parent 5af14b4 commit e57ff3e

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)