Skip to content

Commit c1b745f

Browse files
authored
Increase readiness and liveness probe parameters
1 parent 8927e93 commit c1b745f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

charts/docker-mailserver/templates/deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,18 +187,18 @@ 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: 10
191-
timeoutSeconds: 5
192-
failureThreshold: 3
190+
initialDelaySeconds: 30
191+
timeoutSeconds: 15
192+
failureThreshold: 5
193193
readinessProbe:
194194
exec:
195195
command:
196196
- /bin/bash
197197
- -c
198198
- supervisorctl status mailserver postfix
199-
initialDelaySeconds: 10
200-
timeoutSeconds: 5
201-
failureThreshold: 3
199+
initialDelaySeconds: 30
200+
timeoutSeconds: 15
201+
failureThreshold: 5
202202
ports:
203203
- name: smtp
204204
containerPort: 25

0 commit comments

Comments
 (0)