Browse Source

Increase initialDelaySeconds for clamav healthcheck

master
Fábio Kaiser Rauber 2 years ago
parent
commit
640ffa7732
  1. 4
      charts/clamav/v0.1.0/templates/app.yaml

4
charts/clamav/v0.1.0/templates/app.yaml

@ -45,12 +45,12 @@ spec:
livenessProbe: livenessProbe:
tcpSocket: tcpSocket:
port: 3310 port: 3310
initialDelaySeconds: 30 initialDelaySeconds: 60
periodSeconds: 15 periodSeconds: 15
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: 3310 port: 3310
initialDelaySeconds: 30 initialDelaySeconds: 60
periodSeconds: 15 periodSeconds: 15
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}

Loading…
Cancel
Save