From 202a0d008bde130e6f83bba5320933d7471be3c6 Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Thu, 19 Oct 2017 17:08:56 +0100 Subject: [PATCH] Add syslog drain service to preview and staging This should and will be moved back to the approriate manifest-base-*.yml files when it is configured for production usage. --- manifest-api-preview.yml | 11 +++++++++++ manifest-api-staging.yml | 11 +++++++++++ manifest-delivery-preview.yml | 12 ++++++++++++ manifest-delivery-staging.yml | 11 +++++++++++ 4 files changed, 45 insertions(+) diff --git a/manifest-api-preview.yml b/manifest-api-preview.yml index 1eb88ef10..1e4174cb1 100644 --- a/manifest-api-preview.yml +++ b/manifest-api-preview.yml @@ -2,6 +2,17 @@ inherit: manifest-api-base.yml +services: + - notify-aws + - notify-config + - notify-db + - mmg + - firetext + - hosted-graphite + - redis + - performance-platform + - logit-ssl-syslog-drain + routes: - route: notify-api-preview.cloudapps.digital - route: api.notify.works diff --git a/manifest-api-staging.yml b/manifest-api-staging.yml index ec6602930..67044f918 100644 --- a/manifest-api-staging.yml +++ b/manifest-api-staging.yml @@ -2,6 +2,17 @@ inherit: manifest-api-base.yml +services: + - notify-aws + - notify-config + - notify-db + - mmg + - firetext + - hosted-graphite + - redis + - performance-platform + - logit-ssl-syslog-drain + routes: - route: notify-api-staging.cloudapps.digital - route: api.staging-notify.works diff --git a/manifest-delivery-preview.yml b/manifest-delivery-preview.yml index 492bc6c55..ec8203cac 100644 --- a/manifest-delivery-preview.yml +++ b/manifest-delivery-preview.yml @@ -1,4 +1,16 @@ --- inherit: manifest-delivery-base.yml + +services: + - notify-aws + - notify-config + - notify-db + - mmg + - firetext + - hosted-graphite + - redis + - performance-platform + - logit-ssl-syslog-drain + memory: 1G diff --git a/manifest-delivery-staging.yml b/manifest-delivery-staging.yml index 53c8d2f12..5c7c1dea7 100644 --- a/manifest-delivery-staging.yml +++ b/manifest-delivery-staging.yml @@ -2,5 +2,16 @@ inherit: manifest-delivery-base.yml +services: + - notify-aws + - notify-config + - notify-db + - mmg + - firetext + - hosted-graphite + - redis + - performance-platform + - logit-ssl-syslog-drain + instances: 2 memory: 1G