Skip to content

Commit c30943b

Browse files
authored
Bump the startup probe timeout for NIMs. This allows (#590)
* Certain larger model downloads to complete whenever they are not pre-cached * Optimized model engine builds to complete * Avoid restarts while both of the above are in progress. Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent 96cf3f6 commit c30943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/apps/v1alpha1/nimservice_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ func (n *NIMService) GetDefaultStartupProbe() *corev1.Probe {
444444
TimeoutSeconds: 1,
445445
PeriodSeconds: 10,
446446
SuccessThreshold: 1,
447-
FailureThreshold: 30,
447+
FailureThreshold: 120,
448448
ProbeHandler: corev1.ProbeHandler{
449449
HTTPGet: &corev1.HTTPGetAction{
450450
Path: "/v1/health/ready",

0 commit comments

Comments
 (0)