Skip to content

Commit

Permalink
chore(deployment): clean up simplified probes
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
radicand committed Mar 8, 2025
1 parent b4d3ea3 commit a91243d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/docker-mailserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ spec:
command:
- /bin/bash
- -c
- supervisorctl status cron mailserver postfix rsyslog # - supervisorctl status amavis clamav cron dovecot mailserver opendkim opendmarc postfix rsyslog
- supervisorctl status cron mailserver postfix rsyslog
# 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'
initialDelaySeconds: 10
timeoutSeconds: 5
failureThreshold: 3
Expand Down

0 comments on commit a91243d

Please sign in to comment.