Skip to main content
FieldTypeDescriptionValue(s)
namestringName of the probe.
intervalDurationInterval between probe attempts.
Defaults to 1s.
failureThresholdintNumber of consecutive failures for the probe to be considered failed after having succeeded.
Defaults to 0 (immediately fail on first failure).
urlURLHTTP or HTTPS URL to probe. The probe succeeds if the server responds with a 2xx or 3xx status code.
Probe does not follow redirects.
timeoutDurationTimeout for the probe.
Defaults to 10s.