Commit bda7600
chore: reduce initial delay for liveness and readiness probes (vllm-project#652)
Reduce initialDelaySeconds from 120s to 30s for liveness probe
and from 180s to 30s for readiness probe to improve startup time
and faster detection of service availability.
Signed-off-by: bitliu <[email protected]>1 parent f7a472e commit bda7600
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments