From 95159ce9b49b17b575a08567b6451b48df7df6c4 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 5 Sep 2022 10:27:14 -0300 Subject: [PATCH] Increase initial delay seconds for clamav --- 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 4d2e110..f051cd4 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: 10 + initialDelaySeconds: 30 periodSeconds: 15 readinessProbe: tcpSocket: port: 3310 - initialDelaySeconds: 10 + initialDelaySeconds: 30 periodSeconds: 15 resources: {{- toYaml .Values.resources | nindent 12 }}