Initial Delay (Seconds)
{{ probe.initialDelaySeconds }}
Timeout (Seconds)
{{ probe.timeoutSeconds }}
Probe Period (Seconds)
{{ probe.periodSeconds }}
Success Threshold
{{ probe.successThreshold }}
Failure Threshold
{{ probe.failureThreshold }}
Termination Grace Period (Seconds)
{{ probe.terminationGracePeriodSeconds }}
HTTP Healthcheck URI
{{ healthcheckUri }}
HTTP Headers
{{ httpHeader | json }}
TCP Socket
{{ tcpSocketAddr }}
Exec Commands
{{ command }}