Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 980 Bytes

LoadBalancerServiceHealthcheck.md

File metadata and controls

30 lines (18 loc) · 980 Bytes

LoadBalancerServiceHealthcheck

Load Balancer Service healthcheck

Properties

Name Type Description Notes
mode ModeEnum Healthcheck mode [optional]
interval Long Healthcheck interval (default: 10). Must be greater than or equal to Timeout [optional]
uri String An endpoint to use for the HTTP healthcheck, e.g. '/status' [optional]
port Long Healthcheck port [optional]
timeout Long Healthcheck timeout value (default: 2). Must be lower than or equal to Interval [optional]
retries Long Number of retries before considering a Service failed [optional]
tlsSni String SNI domain for HTTPS healthchecks [optional]

Enum: ModeEnum

Name Value
TCP "tcp"
HTTP "http"
HTTPS "https"