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

