Services Healthcheck

Load Balancer Service healthcheck

Properties

PropertyTypeRequiredDescription
intervalintegernoHealthcheck interval (default: 10). Must be greater than or equal to Timeout
modestringnoHealthcheck mode

Allowed values: tcp, http, https.
portintegernoHealthcheck port
retriesintegernoNumber of retries before considering a Service failed
timeoutintegernoHealthcheck timeout value (default: 2). Must be lower than or equal to Interval
tls-snistringnoSNI domain for HTTPS healthchecks
uristringnoAn endpoint to use for the HTTP healthcheck, e.g. ‘/status’
Last updated on