diff --git a/ai-core/litellm/deployment.yaml b/ai-core/litellm/deployment.yaml index b139e60..bca995b 100644 --- a/ai-core/litellm/deployment.yaml +++ b/ai-core/litellm/deployment.yaml @@ -52,7 +52,7 @@ spec: value: "True" livenessProbe: httpGet: - path: /health + path: /health/readiness port: 4000 initialDelaySeconds: 30 periodSeconds: 20 @@ -60,7 +60,7 @@ spec: failureThreshold: 3 readinessProbe: httpGet: - path: /health + path: /health/readiness port: 4000 initialDelaySeconds: 10 periodSeconds: 10