mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user