Back to Dashboard

Template

modules/web/src/common/components/probe/template.html

2.7.0499 B
Original Source

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 }}