Healthcheck¶
It is possible to setup service healthcheck route for checking service status in the future.
Healthcheck parameters are:
healthcheck - whether to enable healthcheck or not
route - path to healthcheck resource.
interval - healthcheck probing interval.
timeout - healthcheck request connection timeout
See create service.
For service to be considered alavie - GET request to route path must return response with status code 2xx or 3xx read more at traefik documentation.