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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user