Another question, in Http4k, it seems the Health object defines two default routes “/liveness” and “/readiness” while for example in kubernetes and some other places “/liveness” is actually referred to as “healthz”, I was wondering if this is normal.
I wanted to put it under /healthz, but by default I have the /liveness doing the basic liveness check instead.