diff --git a/manifest-dev.yml b/manifest-dev.yml index e5842092..3123293f 100644 --- a/manifest-dev.yml +++ b/manifest-dev.yml @@ -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 diff --git a/manifest-staging.yml b/manifest-staging.yml index 6824ab10..58784bee 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -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 diff --git a/manifest.yml b/manifest.yml index f85c7db9..d0b6d525 100644 --- a/manifest.yml +++ b/manifest.yml @@ -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 @@ -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