diff --git a/deploy/charts/litellm-helm/templates/deployment.yaml b/deploy/charts/litellm-helm/templates/deployment.yaml index 5b9488c19b..d47691a5d2 100644 --- a/deploy/charts/litellm-helm/templates/deployment.yaml +++ b/deploy/charts/litellm-helm/templates/deployment.yaml @@ -120,10 +120,12 @@ spec: httpGet: path: /health/liveliness port: http + timeoutSeconds: 10 readinessProbe: httpGet: path: /health/readiness port: http + timeoutSeconds: 10 # Give the container time to start up. Up to 5 minutes (10 * 30 seconds) startupProbe: httpGet: