Skip to content

Commit 5425f59

Browse files
committed
Bump the startup probe timeout for NIMs. This allows
* 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 9d18f3a commit 5425f59

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
@@ -645,7 +645,7 @@ func (n *NIMService) GetDefaultStartupProbe() *corev1.Probe {
645645
TimeoutSeconds: 1,
646646
PeriodSeconds: 10,
647647
SuccessThreshold: 1,
648-
FailureThreshold: 30,
648+
FailureThreshold: 120,
649649
ProbeHandler: corev1.ProbeHandler{
650650
HTTPGet: &corev1.HTTPGetAction{
651651
Path: "/v1/health/ready",

0 commit comments

Comments
 (0)