From 9e52ffceac761955dc0a85a65762e6b7ed16495e Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 13:00:35 +0330 Subject: [PATCH] fix --- helm/peikarband/values-production.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/peikarband/values-production.yaml b/helm/peikarband/values-production.yaml index c6c65cb..fbb024f 100644 --- a/helm/peikarband/values-production.yaml +++ b/helm/peikarband/values-production.yaml @@ -117,10 +117,10 @@ readinessProbe: httpGet: path: /ping port: 8000 - initialDelaySeconds: 60 # Allow Reflex to fully start (30-60s expected) + initialDelaySeconds: 90 # Allow Reflex to fully start (build + startup takes time) periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 6 # Allow 6 failures = 60s grace period + timeoutSeconds: 10 # Increased timeout for slow responses + failureThreshold: 10 # Allow 10 failures = 100s grace period # Override liveness probe # Using /live endpoint which is specifically designed for liveness checks @@ -128,10 +128,10 @@ livenessProbe: httpGet: path: /live port: 8000 - initialDelaySeconds: 90 # More time for liveness (after readiness) - periodSeconds: 15 - timeoutSeconds: 5 - failureThreshold: 3 + initialDelaySeconds: 120 # More time for liveness (after readiness + build) + periodSeconds: 20 # Check less frequently + timeoutSeconds: 10 # Increased timeout + failureThreshold: 5 # Allow more failures before restart configMap: data: