Probes do not catch gitea 500 errors #118
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?
Currently the static liveness and readiness probes only do a tcp check. So they don't fail if gitea returns 500 errors.
This can happen if the external redis service gets a new cluster ip (because of upgrade). Gitea is not automatically resolving the new ip and logs
no route to host
errors.I've create a pr, so users can override the probes as required.