Merge pull request #1903 from alphagov/syslog-drain-production

Enable syslog drain on all environments
This commit is contained in:
Sakis
2018-06-21 11:16:26 +01:00
committed by GitHub
6 changed files with 6 additions and 16 deletions

View File

@@ -2,8 +2,11 @@
buildpack: python_buildpack buildpack: python_buildpack
command: scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application command: scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application
services: services:
- notify-db - notify-db
- logit-ssl-syslog-drain
env: env:
NOTIFY_APP_NAME: public-api NOTIFY_APP_NAME: public-api
CW_APP_NAME: api CW_APP_NAME: api

View File

@@ -2,10 +2,6 @@
inherit: manifest-api-base.yml inherit: manifest-api-base.yml
services:
- notify-db
- logit-ssl-syslog-drain
routes: routes:
- route: notify-api-preview.cloudapps.digital - route: notify-api-preview.cloudapps.digital
- route: api.notify.works - route: api.notify.works

View File

@@ -2,10 +2,6 @@
inherit: manifest-api-base.yml inherit: manifest-api-base.yml
services:
- notify-db
- logit-ssl-syslog-drain
routes: routes:
- route: notify-api-staging.cloudapps.digital - route: notify-api-staging.cloudapps.digital
- route: api.staging-notify.works - route: api.staging-notify.works

View File

@@ -3,8 +3,11 @@
buildpack: python_buildpack buildpack: python_buildpack
health-check-type: none health-check-type: none
no-route: true no-route: true
services: services:
- notify-db - notify-db
- logit-ssl-syslog-drain
instances: 1 instances: 1
memory: 1G memory: 1G

View File

@@ -2,8 +2,4 @@
inherit: manifest-delivery-base.yml inherit: manifest-delivery-base.yml
services:
- notify-db
- logit-ssl-syslog-drain
memory: 1G memory: 1G

View File

@@ -2,9 +2,5 @@
inherit: manifest-delivery-base.yml inherit: manifest-delivery-base.yml
services:
- notify-db
- logit-ssl-syslog-drain
instances: 2 instances: 2
memory: 1G memory: 1G