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: / path: /
port: http port: http
periodSeconds: 10 periodSeconds: 10
initialDelaySeconds: 20
failureThreshold: 3 failureThreshold: 3
timeoutSeconds: 5 timeoutSeconds: 5
readinessProbe: readinessProbe:
@ -54,6 +55,7 @@ spec:
path: / path: /
port: http port: http
periodSeconds: 10 periodSeconds: 10
initialDelaySeconds: 20
failureThreshold: 3 failureThreshold: 3
timeoutSeconds: 5 timeoutSeconds: 5
volumeMounts: volumeMounts:

Loading…
Cancel
Save