"Liveness" probe URL #24
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Create a URL within the app for Kubernetes to validate the "liveness" of the container and prevent connections until it is verified as "live". Should only be in "live" status if there are no startup errors to the BellScheduler app, especially if it cannot connect to MySQL.
Currently the liveness probe goes to
/login
, but that page will still appear properly even if the app cannot connect to the database.done