From c5ef0f9473d7e7969b87fe16a51c43638a19db42 Mon Sep 17 00:00:00 2001 From: Froilan Irizarry Date: Wed, 19 Sep 2018 16:11:12 -0400 Subject: [PATCH] Changed scaling of staging environment to 1 - Changed the service name of elasticsearch --- manifest-staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-staging.yml b/manifest-staging.yml index 8b15981b..13079711 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -1,7 +1,7 @@ applications: - name: code-api memory: 512M - instances: 2 + instances: 1 disk_quota: 1024M health-check-type: http health-check-http-endpoint: /api @@ -14,8 +14,8 @@ applications: CF_STARTUP_TIMEOUT: 15 NODE_ENV: production NEW_RELIC_APP_NAME: code-api-staging - ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch56 + ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch services: - - code_gov_elasticsearch56 + - code_gov_elasticsearch stack: cflinuxfs2 command: npm start \ No newline at end of file