From 33628fc4a54b478c95cf7933d743851d1265af82 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 14:09:08 +0330 Subject: [PATCH] fix --- helm/peikarband/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/peikarband/values.yaml b/helm/peikarband/values.yaml index 7301553..0f49078 100644 --- a/helm/peikarband/values.yaml +++ b/helm/peikarband/values.yaml @@ -141,7 +141,7 @@ livenessProbe: path: /ping port: 8000 scheme: HTTP - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 @@ -151,7 +151,7 @@ readinessProbe: path: /ping port: 8000 scheme: HTTP - initialDelaySeconds: 10 + initialDelaySeconds: 60 periodSeconds: 5 timeoutSeconds: 3 failureThreshold: 3