Skip to content

Commit a91243d

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 b4d3ea3 commit a91243d

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
@@ -184,7 +184,8 @@ spec:
184184
command:
185185
- /bin/bash
186186
- -c
187-
- supervisorctl status cron mailserver postfix rsyslog # - supervisorctl status amavis clamav cron dovecot mailserver opendkim opendmarc postfix rsyslog
187+
- supervisorctl status cron mailserver postfix rsyslog
188+
# 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'
188189
initialDelaySeconds: 10
189190
timeoutSeconds: 5
190191
failureThreshold: 3

0 commit comments

Comments
 (0)