mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Merge pull request #1903 from alphagov/syslog-drain-production
Enable syslog drain on all environments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -2,8 +2,4 @@
|
||||
|
||||
inherit: manifest-delivery-base.yml
|
||||
|
||||
services:
|
||||
- notify-db
|
||||
- logit-ssl-syslog-drain
|
||||
|
||||
memory: 1G
|
||||
|
||||
@@ -2,9 +2,5 @@
|
||||
|
||||
inherit: manifest-delivery-base.yml
|
||||
|
||||
services:
|
||||
- notify-db
|
||||
- logit-ssl-syslog-drain
|
||||
|
||||
instances: 2
|
||||
memory: 1G
|
||||
|
||||
Reference in New Issue
Block a user