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

Commit

Permalink
Updated stack to use cflinuxfs3 from fs2
Browse files Browse the repository at this point in the history
  • Loading branch information
B J Bhatt committed May 21, 2019
1 parent dd02465 commit 07d8564
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions manifest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ applications:
memory: 512M
instances: 1
disk_quota: 512M
health-check-type: http
health-check-http-endpoint: /api
health-check-type: process
routes:
- route: code-api-dev.app.cloud.gov
buildpack: https://github.com/cloudfoundry/nodejs-buildpack
Expand All @@ -13,7 +12,12 @@ applications:
CF_STAGING_TIMEOUT: 15
CF_STARTUP_TIMEOUT: 15
NODE_ENV: development
NEW_RELIC_APP_NAME: code-api-dev
LOGGER_LEVEL: info
GET_REMOTE_METADATA: true
REMOTE_METADATA_LOCATION: https://raw.githubusercontent.com/GSA/code-gov-data/master/agency_metadata.json
ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch
services:
- code_gov_elasticsearch
stack: cflinuxfs2
stack: cflinuxfs3
command: npm start
2 changes: 1 addition & 1 deletion manifest-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ applications:
ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch
services:
- code_gov_elasticsearch
stack: cflinuxfs2
stack: cflinuxfs3
command: npm start
6 changes: 3 additions & 3 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
applications:
- name: code-api
memory: 1024M
memory: 512M
instances: 2
disk_quota: 1024M
disk_quota: 512M
health-check-type: process
routes:
- route: code-api.app.cloud.gov
Expand All @@ -19,5 +19,5 @@ applications:
ELASTICSEARCH_SERVICE_NAME: code_gov_elasticsearch
services:
- code_gov_elasticsearch
stack: cflinuxfs2
stack: cflinuxfs3
command: npm start

0 comments on commit 07d8564

Please sign in to comment.