Skip to content

Commit ad396e7

Browse files
committed
wip: reduce to minimum checks
1 parent 8771167 commit ad396e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/docker-mailserver/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
command:
173173
- /bin/bash
174174
- -c
175-
- supervisorctl status amavis clamav cron dovecot mailserver opendkim opendmarc postfix rsyslog
175+
- supervisorctl status cron mailserver postfix rsyslog # - supervisorctl status amavis clamav cron dovecot mailserver opendkim opendmarc postfix rsyslog
176176
initialDelaySeconds: 10
177177
timeoutSeconds: 5
178178
failureThreshold: 3

0 commit comments

Comments
 (0)