Load Balancer Service 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 Min: 5. Max: 300. |
mode | string | no | Healthcheck mode Allowed values: tcp, http, https. |
port | integer | no | Healthcheck port Min: 1. Max: 65535. |
retries | integer | no | Number of retries before considering a Service failed Min: 1. Max: 20. |
timeout | integer | no | Healthcheck timeout value (default: 2). Must be lower than or equal to Interval Min: 2. Max: 60. |
tls-sni | string | no | SNI domain for HTTPS healthchecks Min length: 1. Max length: 255. |
uri | string | no | An endpoint to use for the HTTP healthcheck, e.g. ‘/status’ Min length: 1. Max length: 255. |
Last updated on