Add syslog drain service to preview and staging

This should and will be moved back to the approriate manifest-base-*.yml
files when it is configured for production usage.
This commit is contained in:
Athanasios Voutsadakis
2017-10-19 17:08:56 +01:00
parent 4e1d87bbb4
commit 202a0d008b
4 changed files with 45 additions and 0 deletions

View File

@@ -2,6 +2,17 @@
inherit: manifest-api-base.yml inherit: manifest-api-base.yml
services:
- notify-aws
- notify-config
- notify-db
- mmg
- firetext
- hosted-graphite
- redis
- performance-platform
- 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,6 +2,17 @@
inherit: manifest-api-base.yml inherit: manifest-api-base.yml
services:
- notify-aws
- notify-config
- notify-db
- mmg
- firetext
- hosted-graphite
- redis
- performance-platform
- 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

@@ -1,4 +1,16 @@
--- ---
inherit: manifest-delivery-base.yml 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 memory: 1G

View File

@@ -2,5 +2,16 @@
inherit: manifest-delivery-base.yml 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 instances: 2
memory: 1G memory: 1G