File tree Expand file tree Collapse file tree
charts/docker-mailserver/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments