Change the default livenessProbe endpoint to `/health`
Open
good first issue
- Dominant language
- Mustache
- Stars
- 46
- Forks
- 87
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 1
Description
Currently the default `livenessProbe` endpoint is `/health/node-state`. It should actually be `/health`.
The change is trivial, but before applying it we need to double check that it does not break rolling upgrade and scaling down.
Contributor guide
Research direction
Inspect the Helm chart configuration that defines the default livenessProbe endpoint. Verify that changing the endpoint from /health/node-state to /health does not break rolling upgrades or scaling down, then confirm the default is /health and those workflows still succeed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100