mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
add loadtesting to manifest so we can deploy a separate app
This commit is contained in:
committed by
David McDonald
parent
cd9b80f415
commit
d9b3b31a6a
@@ -25,6 +25,23 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'notify-api-loadtesting': {
|
||||||
|
'comments': 'DELETE ME LATER',
|
||||||
|
'NOTIFY_APP_NAME': 'api',
|
||||||
|
'disk_quota': '2G',
|
||||||
|
'sqlalchemy_pool_size': 30,
|
||||||
|
'routes': {
|
||||||
|
'staging': [],
|
||||||
|
},
|
||||||
|
'health-check-type': 'port',
|
||||||
|
'health-check-invocation-timeout': 3,
|
||||||
|
'instances': {
|
||||||
|
'preview': None,
|
||||||
|
'staging': 4,
|
||||||
|
'production': None
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
'notify-delivery-celery-beat': {'memory': '128M'},
|
'notify-delivery-celery-beat': {'memory': '128M'},
|
||||||
'notify-delivery-worker-jobs': {},
|
'notify-delivery-worker-jobs': {},
|
||||||
'notify-delivery-worker-research': {},
|
'notify-delivery-worker-research': {},
|
||||||
@@ -70,7 +87,7 @@ applications:
|
|||||||
services:
|
services:
|
||||||
- notify-db
|
- notify-db
|
||||||
- logit-ssl-syslog-drain
|
- logit-ssl-syslog-drain
|
||||||
{% if CF_APP == 'notify-api' %}
|
{% if CF_APP in ('notify-api', 'notify-api-loadtesting') %}
|
||||||
- notify-prometheus
|
- notify-prometheus
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user