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