Add a readinessProbe
Open
- Dominant language
- Go
- Stars
- 794
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
If an exploit takes a long time to load, then the livenessProbe will timeout and kCTF will kill the task.
Adding a livenessProbe will prevent traffic from ariving to the task until the healthcheck passes.
Contributor guide
Assessment
This issue has not been assessed yet.