Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 7583ece

Browse files
Froilan IrizarryFroilan Irizarry
authored andcommitted
Change settings
- Changed scaling to 2 to mimic production - Added new relic and elasticsearch service name environmental variables - Changed the elasticsearch service to bind to
1 parent ec77554 commit 7583ece

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifest-staging.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applications:
22
- name: code-api
33
memory: 512M
4-
instances: 1
4+
instances: 2
55
disk_quota: 1024M
66
health-check-type: http
77
health-check-http-endpoint: /api
@@ -13,7 +13,9 @@ applications:
1313
CF_STAGING_TIMEOUT: 15
1414
CF_STARTUP_TIMEOUT: 15
1515
NODE_ENV: production
16+
NEW_RELIC_APP_NAME: code-api-staging
17+
ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch56
1618
services:
17-
- code_gov_elasticsearch
19+
- code_gov_elasticsearch56
1820
stack: cflinuxfs2
1921
command: npm start

0 commit comments

Comments
 (0)