diff --git a/charts/rspamd/v0.1.0/templates/deployment.yaml b/charts/rspamd/v0.1.0/templates/deployment.yaml index 8efcc03..8c54368 100644 --- a/charts/rspamd/v0.1.0/templates/deployment.yaml +++ b/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: