From 39a3c5c49859cddb9fbc77ddbf9cc7585c4cb1ba Mon Sep 17 00:00:00 2001 From: sakisv Date: Mon, 14 Jun 2021 16:06:35 +0300 Subject: [PATCH] Bind splunk service to broadcasts worker too --- manifest.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index f17d065e8..796c2cd86 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -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 %}