Services Healthcheck
Load Balancer Service healthcheck
Properties
| Property | Type | Required | Description |
|---|---|---|---|
interval | integer | no | Healthcheck interval (default: 10). Must be greater than or equal to Timeout |
mode | string | no | Healthcheck mode Allowed values: tcp, http, https. |
port | integer | no | Healthcheck port |
retries | integer | no | Number of retries before considering a Service failed |
timeout | integer | no | Healthcheck timeout value (default: 2). Must be lower than or equal to Interval |
tls-sni | string | no | SNI domain for HTTPS healthchecks |
uri | string | no | An endpoint to use for the HTTP healthcheck, e.g. ‘/status’ |
Last updated on