Skip to content

Ops #12: Added liveness and readiness checks to the container

Marc Faulise requested to merge ops/12-liveness-readiness into main

Added liveness and readiness checks to the container

The readiness is based on /auth/realms/MythicTable/ as keycloak does not provide a health check API. This will have to work for now.

We will have to see if it causes unnecessary database access. Hopefully this is cached and we'll minimize that, but it's something to look into.

Merge request reports