Browse Source

Add initialDelaySeconds to rspamd healthcheck

master
Fábio Kaiser Rauber 2 years ago
parent
commit
e662dfc5d0
  1. 2
      charts/rspamd/v0.1.0/templates/deployment.yaml

2
charts/rspamd/v0.1.0/templates/deployment.yaml

@ -47,6 +47,7 @@ spec:
path: /
port: http
periodSeconds: 10
initialDelaySeconds: 20
failureThreshold: 3
timeoutSeconds: 5
readinessProbe:
@ -54,6 +55,7 @@ spec:
path: /
port: http
periodSeconds: 10
initialDelaySeconds: 20
failureThreshold: 3
timeoutSeconds: 5
volumeMounts:

Loading…
Cancel
Save