Health and Readiness
The service exposes:
/liveness
/readiness
Both endpoints return success when the process is running and the HTTP handler is available.
Set -management-address to move these endpoints to a separate listener:
ical-filter-proxy -management-address 127.0.0.1:9090
This is recommended for Kubernetes and other environments where probes should not share the public calendar listener.