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

Commit cbd0b8b

Browse files
author
Froilan Irizarry
authored
Merge pull request #266 from GSA/change-staging-manifest
Changed scaling of staging environment to 1
2 parents b4fde83 + c5ef0f9 commit cbd0b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifest-staging.yml

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

0 commit comments

Comments
 (0)