From 63ae156627a64fc44ad32799290c9cde9f834823 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 13:56:37 +0330 Subject: [PATCH] fix --- helm/peikarband/values-production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/peikarband/values-production.yaml b/helm/peikarband/values-production.yaml index 419179d..1158ddf 100644 --- a/helm/peikarband/values-production.yaml +++ b/helm/peikarband/values-production.yaml @@ -117,7 +117,7 @@ readinessProbe: httpGet: path: /ping port: 8000 - host: localhost + # host: localhost scheme: HTTP initialDelaySeconds: 90 # Allow Reflex to fully start (build + startup takes time) periodSeconds: 10 @@ -130,7 +130,7 @@ livenessProbe: httpGet: path: /live port: 8000 - host: localhost + # host: localhost scheme: HTTP initialDelaySeconds: 120 # More time for liveness (after readiness + build) periodSeconds: 20 # Check less frequently