Skip to content

Commit e5cc992

Browse files
authored
Increase initial delay and timeout for probes
1 parent 578f21f commit e5cc992

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/docker-mailserver/templates/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,17 @@ spec:
187187
- -c
188188
- supervisorctl status cron mailserver postfix rsyslog
189189
# TODO: conditionally? add 'amavis changedetector clamav cron dovecot fail2ban fetchmail mta-sts-daemon opendkim opendmarc postgrey postsrsd rspamd rspamd-redis saslauthd_ldap saslauthd_mysql saslauthd_pam saslauthd_rimap saslauthd_shadow'
190-
initialDelaySeconds: 30
191-
timeoutSeconds: 15
190+
initialDelaySeconds: 60
191+
timeoutSeconds: 60
192192
failureThreshold: 5
193193
readinessProbe:
194194
exec:
195195
command:
196196
- /bin/bash
197197
- -c
198198
- supervisorctl status mailserver postfix
199-
initialDelaySeconds: 30
200-
timeoutSeconds: 30
199+
initialDelaySeconds: 60
200+
timeoutSeconds: 60
201201
failureThreshold: 10
202202
ports:
203203
- name: smtp

0 commit comments

Comments
 (0)