diff --git a/manifest-api-preview.yml b/manifest-api-preview.yml index 1eb88ef10..1e4174cb1 100644 --- a/manifest-api-preview.yml +++ b/manifest-api-preview.yml @@ -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 diff --git a/manifest-api-staging.yml b/manifest-api-staging.yml index ec6602930..67044f918 100644 --- a/manifest-api-staging.yml +++ b/manifest-api-staging.yml @@ -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 diff --git a/manifest-delivery-preview.yml b/manifest-delivery-preview.yml index 492bc6c55..ec8203cac 100644 --- a/manifest-delivery-preview.yml +++ b/manifest-delivery-preview.yml @@ -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 diff --git a/manifest-delivery-staging.yml b/manifest-delivery-staging.yml index 53c8d2f12..5c7c1dea7 100644 --- a/manifest-delivery-staging.yml +++ b/manifest-delivery-staging.yml @@ -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