From bf083b28aac77dd4b006a5ed5240e98d9cf369da Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Tue, 19 Apr 2022 14:54:10 +0100 Subject: [PATCH] bind to notify-redis automatically this ensures all apps are bound to redis (for example any new worker types) --- manifest.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 0d7788880..0f67b7ade 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -99,6 +99,7 @@ applications: services: - notify-db + - notify-redis - logit-ssl-syslog-drain {% if CF_APP == 'notify-api' %} - notify-prometheus @@ -144,7 +145,6 @@ applications: FIRETEXT_INBOUND_SMS_AUTH: '{{ FIRETEXT_INBOUND_SMS_AUTH | tojson }}' REDIS_ENABLED: '{{ REDIS_ENABLED }}' - REDIS_URL: '{{ REDIS_URL }}' TEMPLATE_PREVIEW_API_HOST: '{{ TEMPLATE_PREVIEW_API_HOST }}' TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'