From 8a9f73445c33121a42ce1bb1f331797a900d1fe5 Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Thu, 19 Oct 2017 16:46:47 +0100 Subject: [PATCH] Add syslog drain service to preview and staging This should and will be moved back to manifest-base.yml when it is configured for production usage. --- manifest-preview.yml | 8 ++++++++ manifest-staging.yml | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/manifest-preview.yml b/manifest-preview.yml index a8f10e896..34f46f22c 100644 --- a/manifest-preview.yml +++ b/manifest-preview.yml @@ -2,6 +2,14 @@ inherit: manifest-base.yml +services: + - notify-aws + - notify-config + - notify-template-preview + - hosted-graphite + - deskpro + - logit-ssl-syslog-drain + routes: - route: notify-admin-preview.cloudapps.digital - route: www.notify.works diff --git a/manifest-staging.yml b/manifest-staging.yml index d1ebb7ae3..c0f1d862f 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -5,5 +5,14 @@ inherit: manifest-base.yml routes: - route: notify-admin-staging.cloudapps.digital - route: www.staging-notify.works + +services: + - notify-aws + - notify-config + - notify-template-preview + - hosted-graphite + - deskpro + - logit-ssl-syslog-drain + instances: 2 memory: 1G