From 2ac441f43e74395a302e565dab7840afecec1de1 Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Mon, 11 Jun 2018 16:51:32 +0100 Subject: [PATCH] Enable syslog drain on all environments --- manifest-api-base.yml | 3 +++ manifest-api-preview.yml | 4 ---- manifest-api-staging.yml | 4 ---- manifest-delivery-base.yml | 3 +++ manifest-delivery-preview.yml | 4 ---- manifest-delivery-staging.yml | 4 ---- 6 files changed, 6 insertions(+), 16 deletions(-) diff --git a/manifest-api-base.yml b/manifest-api-base.yml index 28f13e5fa..beb7ee3a1 100644 --- a/manifest-api-base.yml +++ b/manifest-api-base.yml @@ -2,8 +2,11 @@ buildpack: python_buildpack command: scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application + services: - notify-db + - logit-ssl-syslog-drain + env: NOTIFY_APP_NAME: public-api CW_APP_NAME: api diff --git a/manifest-api-preview.yml b/manifest-api-preview.yml index 406b53cb5..1eb88ef10 100644 --- a/manifest-api-preview.yml +++ b/manifest-api-preview.yml @@ -2,10 +2,6 @@ inherit: manifest-api-base.yml -services: - - notify-db - - 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 48bd80046..ec6602930 100644 --- a/manifest-api-staging.yml +++ b/manifest-api-staging.yml @@ -2,10 +2,6 @@ inherit: manifest-api-base.yml -services: - - notify-db - - logit-ssl-syslog-drain - routes: - route: notify-api-staging.cloudapps.digital - route: api.staging-notify.works diff --git a/manifest-delivery-base.yml b/manifest-delivery-base.yml index 50643cc7e..7f793726a 100644 --- a/manifest-delivery-base.yml +++ b/manifest-delivery-base.yml @@ -3,8 +3,11 @@ buildpack: python_buildpack health-check-type: none no-route: true + services: - notify-db + - logit-ssl-syslog-drain + instances: 1 memory: 1G diff --git a/manifest-delivery-preview.yml b/manifest-delivery-preview.yml index f86d53582..77fd211c2 100644 --- a/manifest-delivery-preview.yml +++ b/manifest-delivery-preview.yml @@ -2,8 +2,4 @@ inherit: manifest-delivery-base.yml -services: - - notify-db - - logit-ssl-syslog-drain - memory: 1G diff --git a/manifest-delivery-staging.yml b/manifest-delivery-staging.yml index 973b43a85..53c8d2f12 100644 --- a/manifest-delivery-staging.yml +++ b/manifest-delivery-staging.yml @@ -2,9 +2,5 @@ inherit: manifest-delivery-base.yml -services: - - notify-db - - logit-ssl-syslog-drain - instances: 2 memory: 1G