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: