Bind splunk service to broadcasts worker too

This commit is contained in:
sakisv
2021-06-14 16:06:35 +03:00
parent ec646c3071
commit 39a3c5c498

View File

@@ -103,6 +103,8 @@ applications:
- logit-ssl-syslog-drain
{% if CF_APP == 'notify-api' %}
- notify-prometheus
{% endif %}
{% if CF_APP == 'notify-api' or CF_APP == 'notify-delivery-worker-broadcasts' %}
- notify-splunk
{% endif %}