Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ applications:
ES_HEAP_SIZE: 10g
CF_STAGING_TIMEOUT: 15
CF_STARTUP_TIMEOUT: 15
CLOUD_GOV: true
NODE_ENV: development
services:
- code_gov_elasticsearch
stack: cflinuxfs2
Expand Down
1 change: 0 additions & 1 deletion manifest-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ applications:
ES_HEAP_SIZE: 10g
CF_STAGING_TIMEOUT: 15
CF_STARTUP_TIMEOUT: 15
CLOUD_GOV: true
NODE_ENV: production
services:
- code_gov_elasticsearch
Expand Down
3 changes: 1 addition & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
applications:
- name: code-api
memory: 1024M
instances: 1
instances: 2
disk_quota: 1024M
health-check-type: http
health-check-http-endpoint: /api
Expand All @@ -12,7 +12,6 @@ applications:
ES_HEAP_SIZE: 10g
CF_STAGING_TIMEOUT: 15
CF_STARTUP_TIMEOUT: 15
CLOUD_GOV: true
NODE_ENV: production
services:
- code_gov_elasticsearch
Expand Down