fix(bookstack): point probes at /status instead of / (DEV-528) #7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/DEV-528-bookstack-probes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/returns 302 → /login, triggeringProbeWarningevents on Kubernetes readiness (and liveness) probes./status, BookStack's built-in monitoring endpoint (non-redirecting, purpose-built for health checks).Verification
curlagainst https://books.basicstack.de:/→ 302,/login→ 200,/status→ 200 (confirmed before changing).kubectl -n bookstack describe podshould no longer showProbeWarningon readiness.Refs DEV-528, parent DEV-525.