Merge pull request #1330 from alphagov/temporary-syslog-drain

Add syslog drain service to preview and staging
This commit is contained in:
Sakis
2017-10-20 14:52:02 +01:00
committed by GitHub
4 changed files with 45 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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