Skip to content

Commit bda7600

Browse files
Xunzhuoszedan-rh
authored andcommitted
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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/helm/semantic-router/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ livenessProbe:
175175
# -- Enable liveness probe
176176
enabled: true
177177
# -- Initial delay seconds
178-
initialDelaySeconds: 120
178+
initialDelaySeconds: 30
179179
# -- Period seconds
180180
periodSeconds: 30
181181
# -- Timeout seconds
@@ -188,7 +188,7 @@ readinessProbe:
188188
# -- Enable readiness probe
189189
enabled: true
190190
# -- Initial delay seconds
191-
initialDelaySeconds: 180
191+
initialDelaySeconds: 30
192192
# -- Period seconds
193193
periodSeconds: 30
194194
# -- Timeout seconds

0 commit comments

Comments
 (0)