Skip to content

Commit b4d3ea3

Browse files
committed
wip: reduce to minimum checks
1 parent 1ea1f7b commit b4d3ea3

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

0 commit comments

Comments
 (0)