We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50ceda commit 1ea1f7bCopy full SHA for 1ea1f7b
charts/docker-mailserver/templates/deployment.yaml
@@ -184,7 +184,7 @@ spec:
184
command:
185
- /bin/bash
186
- -c
187
- - 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
188
initialDelaySeconds: 10
189
timeoutSeconds: 5
190
failureThreshold: 3
@@ -193,7 +193,7 @@ spec:
193
194
195
196
- - supervisorctl status | grep -E "mailserver|postfix" | grep RUNNING
+ - supervisorctl status mailserver postfix
197
198
199
0 commit comments