We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec28e2 commit 8771167Copy full SHA for 8771167
charts/docker-mailserver/templates/deployment.yaml
@@ -172,7 +172,7 @@ spec:
172
command:
173
- /bin/bash
174
- -c
175
- - supervisorctl status | grep -E "amavis|clamav|cron|dovecot|mailserver|opendkim|opendmarc|postfix|rsyslog" | grep RUNNING
+ - supervisorctl status amavis clamav cron dovecot mailserver opendkim opendmarc postfix rsyslog
176
initialDelaySeconds: 10
177
timeoutSeconds: 5
178
failureThreshold: 3
@@ -181,7 +181,7 @@ spec:
181
182
183
184
- - supervisorctl status | grep -E "mailserver|postfix" | grep RUNNING
+ - supervisorctl status mailserver postfix
185
186
187
0 commit comments