From 640ffa7732495d6d8cf7bf358d465ba75847348e Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 6 Feb 2023 11:40:36 -0300 Subject: [PATCH] Increase initialDelaySeconds for clamav healthcheck --- charts/clamav/v0.1.0/templates/app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/clamav/v0.1.0/templates/app.yaml b/charts/clamav/v0.1.0/templates/app.yaml index f051cd4..b7b630a 100644 --- a/charts/clamav/v0.1.0/templates/app.yaml +++ b/charts/clamav/v0.1.0/templates/app.yaml @@ -45,12 +45,12 @@ spec: livenessProbe: tcpSocket: port: 3310 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 15 readinessProbe: tcpSocket: port: 3310 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 15 resources: {{- toYaml .Values.resources | nindent 12 }}