Commit 2838bed
committed
fix/indexed-search: add livenessProbe to zoekt-webserver to prevent hung pods
Without a livenessProbe, zoekt-webserver pods that crash silently remain
in an unhealthy state indefinitely. The probe acts as a backup to the
in-process watchdog (failureThreshold=10, period=60s > watchdog's 9x60s
detection window).
ref incident INC-484 https://sourcegraph.slack.com/archives/C0APJUXBG4R1 parent 1b6f92b commit 2838bed
1 file changed
Lines changed: 9 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
| |||
0 commit comments