From fe187fd4fc0ef107d06a297c69156b93d9e8b0e2 Mon Sep 17 00:00:00 2001 From: asaray11 <60093019+asaray11@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:45:15 +0300 Subject: [PATCH] initialDelaySeconds: 5 added to deployment.yaml --- charts/pgcat/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/pgcat/templates/deployment.yaml b/charts/pgcat/templates/deployment.yaml index 84c57f1b..809de97b 100644 --- a/charts/pgcat/templates/deployment.yaml +++ b/charts/pgcat/templates/deployment.yaml @@ -39,9 +39,11 @@ spec: livenessProbe: tcpSocket: port: pgcat + initialDelaySeconds: 5 readinessProbe: tcpSocket: port: pgcat + initialDelaySeconds: 5 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: