| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Name of the probe. | |
interval | Duration | Interval between probe attempts. Defaults to 1s. | |
failureThreshold | int | Number of consecutive failures for the probe to be considered failed after having succeeded. Defaults to 0 (immediately fail on first failure). | |
url | URL | HTTP or HTTPS URL to probe. The probe succeeds if the server responds with a 2xx or 3xx status code. Probe does not follow redirects. | |
timeout | Duration | Timeout for the probe. Defaults to 10s. |
Network
HTTPProbeConfig
HTTPProbeConfig is a config document to configure network HTTP connectivity probes.