Skip to content

Implement health probes

  • Check which probes to use (liveness, readiness, startup)

    Relevant probes (for now): Startup and Liveness; Readiness might be relevant during database updates and temporary errors

  • Implement relevant probes

Edited by Phil Höfer