Use healthz endpoint available with 1.17 #325
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?
Once Gitea 1.17 is available, we should consider switching to the healthz endpoint for liveness and readiness probes.
Maybe using a shell script to wrap the API call for backwards compatibility is good.
See https://github.com/go-gitea/gitea/pull/18465
When applying, do not use the same endpoint for both liveness and readiness probes. This is considered dangerous. See #553 and especially https://gitea.com/gitea/helm-chart/issues/553#issuecomment-754943.
This is now unblocked, as the chart is already on v1.17.1 ?