From 7aace128093bbae69e917cbe43f4df5df4cb7216 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 14:00:22 +0330 Subject: [PATCH] fix --- helm/peikarband/values-production.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/peikarband/values-production.yaml b/helm/peikarband/values-production.yaml index 1158ddf..91aa392 100644 --- a/helm/peikarband/values-production.yaml +++ b/helm/peikarband/values-production.yaml @@ -119,10 +119,10 @@ readinessProbe: port: 8000 # host: localhost scheme: HTTP - initialDelaySeconds: 90 # Allow Reflex to fully start (build + startup takes time) + initialDelaySeconds: 30 # Allow Reflex to fully start (build + startup takes time) periodSeconds: 10 - timeoutSeconds: 10 # Increased timeout for slow responses - failureThreshold: 10 # Allow 10 failures = 100s grace period + timeoutSeconds: 5 # Increased timeout for slow responses + failureThreshold: 5 # Allow 10 failures = 100s grace period # Override liveness probe # Using /live endpoint which is specifically designed for liveness checks @@ -132,9 +132,9 @@ livenessProbe: port: 8000 # host: localhost scheme: HTTP - initialDelaySeconds: 120 # More time for liveness (after readiness + build) - periodSeconds: 20 # Check less frequently - timeoutSeconds: 10 # Increased timeout + initialDelaySeconds: 30 # More time for liveness (after readiness + build) + periodSeconds: 10 # Check less frequently + timeoutSeconds: 5 # Increased timeout failureThreshold: 5 # Allow more failures before restart configMap: