mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Increase memory for PaaS
This commit is contained in:
@@ -14,7 +14,7 @@ env:
|
|||||||
NOTIFY_APP_NAME: public-api
|
NOTIFY_APP_NAME: public-api
|
||||||
CW_APP_NAME: api
|
CW_APP_NAME: api
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 512M
|
memory: 1G
|
||||||
|
|
||||||
applications:
|
applications:
|
||||||
- name: notify-api
|
- name: notify-api
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ routes:
|
|||||||
- route: notify-api-production.cloudapps.digital
|
- route: notify-api-production.cloudapps.digital
|
||||||
- route: api-paas.notifications.service.gov.uk
|
- route: api-paas.notifications.service.gov.uk
|
||||||
instances: 2
|
instances: 2
|
||||||
memory: 2048M
|
memory: 2G
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ routes:
|
|||||||
- route: notify-api-staging.cloudapps.digital
|
- route: notify-api-staging.cloudapps.digital
|
||||||
- route: api-paas.staging-notify.works
|
- route: api-paas.staging-notify.works
|
||||||
instances: 2
|
instances: 2
|
||||||
memory: 2048M
|
memory: 2G
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
- hosted-graphite
|
- hosted-graphite
|
||||||
- redis
|
- redis
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 512M
|
memory: 1G
|
||||||
|
|
||||||
applications:
|
applications:
|
||||||
- name: notify-delivery-celery-beat
|
- name: notify-delivery-celery-beat
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
inherit: manifest-delivery-base.yml
|
inherit: manifest-delivery-base.yml
|
||||||
|
|
||||||
instances: 2
|
instances: 2
|
||||||
memory: 1024M
|
memory: 2G
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
inherit: manifest-delivery-base.yml
|
inherit: manifest-delivery-base.yml
|
||||||
|
|
||||||
instances: 2
|
instances: 2
|
||||||
memory: 1024M
|
memory: 2G
|
||||||
|
|||||||
Reference in New Issue
Block a user