The number of consecutive failures required to consider this probe as failed. Possible values are between 1 and 10. Defaults to 3.
1
10
3
A header block as detailed below.
header
The value for the host header which should be sent with this probe. If unspecified, the IP Address of the Pod is used as the host header. Setting a value for Host in headers can be used to override this for HTTP and HTTPS type probes.
Host
headers
HTTP
HTTPS
How often, in seconds, the probe should run. Possible values are between 1 and 240. Defaults to 10
240
The path in the container at which to mount this volume.
The port number on which to connect. Possible values are between 1 and 65535.
65535
The time in seconds after the container is sent the termination signal before the process if forcibly killed.
Time in seconds after which the probe times out. Possible values are in the range 1 - 240. Defaults to 1.
The transport method for the Ingress. Possible values include auto, http, and http2. Defaults to auto
auto
http
http2