Skip to content

Commit bf1d974

Browse files
committed
chore(deployment): clean up simplified probes
note: there is optional work remaining to conditionally add more services to liveness probe based on what the user has chosen to enable (or things that may perhaps always be runnig).
1 parent ad396e7 commit bf1d974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/docker-mailserver/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ spec:
172172
command:
173173
- /bin/bash
174174
- -c
175-
- supervisorctl status cron mailserver postfix rsyslog # - supervisorctl status amavis clamav cron dovecot mailserver opendkim opendmarc postfix rsyslog
175+
- supervisorctl status cron mailserver postfix rsyslog
176+
# 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'
176177
initialDelaySeconds: 10
177178
timeoutSeconds: 5
178179
failureThreshold: 3

0 commit comments

Comments
 (0)