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

Commit

Permalink
Update manifest-staging file
Browse files Browse the repository at this point in the history
- Health check was changed to process
- Memory and disk quota were lowered to a more realistic usage amount.
- Added logger level and remote metadata variables
  • Loading branch information
Froilan Irizarry committed Dec 11, 2018
1 parent 5d16575 commit 0460774
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions manifest-staging.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
applications:
- name: code-api
memory: 512M
memory: 100M
instances: 1
disk_quota: 1024M
health-check-type: http
health-check-http-endpoint: /api
disk_quota: 512M
health-check-type: process
routes:
- route: code-api-staging.app.cloud.gov
buildpack: https://github.com/cloudfoundry/nodejs-buildpack
Expand All @@ -14,6 +13,9 @@ applications:
CF_STARTUP_TIMEOUT: 15
NODE_ENV: staging
NEW_RELIC_APP_NAME: code-api-staging
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
Expand Down

0 comments on commit 0460774

Please sign in to comment.