Skip to main content
apiVersion: v1alpha1
kind: TCPProbeConfig
name: proxy-check # Name of the probe.
interval: 1s # Interval between probe attempts.
failureThreshold: 3 # Number of consecutive failures for the probe to be considered failed after having succeeded.
endpoint: proxy.example.com:3128 # Endpoint to probe in the format host:port.
timeout: 10s # Timeout for the probe.
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).
endpointstringEndpoint to probe in the format host:port.
timeoutDurationTimeout for the probe.
Defaults to 10s.