mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-25 18:02:40 -05:00
Merge pull request #1330 from alphagov/temporary-syslog-drain
Add syslog drain service to preview and staging
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user