Skip to content

Commit

Permalink
Merge pull request #25874 from morihaya/patch-http-probes
Browse files Browse the repository at this point in the history
Add a default description to path of HTTP probes
  • Loading branch information
k8s-ci-robot authored Dec 31, 2020
2 parents 8676b48 + e57ff3e commit 795b68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ have additional fields that can be set on `httpGet`:
* `host`: Host name to connect to, defaults to the pod IP. You probably want to
set "Host" in httpHeaders instead.
* `scheme`: Scheme to use for connecting to the host (HTTP or HTTPS). Defaults to HTTP.
* `path`: Path to access on the HTTP server.
* `path`: Path to access on the HTTP server. Defaults to /.
* `httpHeaders`: Custom headers to set in the request. HTTP allows repeated headers.
* `port`: Name or number of the port to access on the container. Number must be
in the range 1 to 65535.
Expand Down

0 comments on commit 795b68d

Please sign in to comment.