From 27a3bf64f920af974730162aa61217a34dd5abcc Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Fri, 10 Dec 2021 12:22:19 +0400
Subject: [PATCH] Updated readinessProbe.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 deploy/helm/templates/deployment.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml
index 09fce84..797eef7 100644
--- a/deploy/helm/templates/deployment.yaml
+++ b/deploy/helm/templates/deployment.yaml
@@ -42,6 +42,7 @@ spec:
             httpGet:
               path: /
               port: http
+            initialDelaySeconds: 15
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
       {{- with .Values.nodeSelector }}
-- 
GitLab