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 }}