mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
d0c67ccb88
Liveness checks are currently causing pods to be killed during long-running migrations. They are generally not advisable for our workloads; if a pod becomes unresponsive we _need_ to know about it (due to a deadlock, etc) and not paper over the issue by killing the pod. I've also made all probe settings configurable. --------- Signed-off-by: Danny Kopping <danny@coder.com>