Compare commits

...

1 Commits

Author SHA1 Message Date
sakisv
39a3c5c498 Bind splunk service to broadcasts worker too 2021-06-14 16:06:35 +03:00

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 %}