Commit 8b403c5
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 8b403c5
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
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