mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
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:
@@ -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