mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
Update manifest.yml for studio cloud.gov org
This commit is contained in:
@@ -3,3 +3,5 @@ web_instances: 2
|
|||||||
web_memory: 1G
|
web_memory: 1G
|
||||||
worker_instances: 1
|
worker_instances: 1
|
||||||
worker_memory: 512M
|
worker_memory: 512M
|
||||||
|
public_api_route: notifications-api.app.cloud.gov
|
||||||
|
admin_base_url: https://notifications-admin.app.cloud.gov
|
||||||
|
|||||||
@@ -3,3 +3,5 @@ web_instances: 1
|
|||||||
web_memory: 1G
|
web_memory: 1G
|
||||||
worker_instances: 1
|
worker_instances: 1
|
||||||
worker_memory: 512M
|
worker_memory: 512M
|
||||||
|
public_api_route: notifications-api-staging.app.cloud.gov
|
||||||
|
admin_base_url: https://notifications-admin-staging.app.cloud.gov
|
||||||
|
|||||||
11
manifest.yml
11
manifest.yml
@@ -1,14 +1,11 @@
|
|||||||
---
|
---
|
||||||
applications:
|
applications:
|
||||||
- name: notifications-api-((env))
|
- name: notifications-api-((env))
|
||||||
buildpack: https://github.com/cloudfoundry/python-buildpack.git#v1.7.58
|
buildpack: python_buildpack
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 1G
|
|
||||||
disk_quota: 1G
|
disk_quota: 1G
|
||||||
health-check-type: process
|
|
||||||
health-check-invocation-timeout: 1
|
|
||||||
routes:
|
routes:
|
||||||
- route: notifications-api.app.cloud.gov
|
- route: ((public_api_route))
|
||||||
- route: notifications-api-((env)).apps.internal
|
- route: notifications-api-((env)).apps.internal
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -34,8 +31,8 @@ applications:
|
|||||||
FLASK_ENV: production
|
FLASK_ENV: production
|
||||||
|
|
||||||
NOTIFY_ENVIRONMENT: ((env))
|
NOTIFY_ENVIRONMENT: ((env))
|
||||||
API_HOST_NAME: https://notifications-api.app.cloud.gov
|
API_HOST_NAME: https://((public_api_route))
|
||||||
ADMIN_BASE_URL: https://notifications-admin.app.cloud.gov
|
ADMIN_BASE_URL: ((admin_base_url))
|
||||||
|
|
||||||
# Credentials variables
|
# Credentials variables
|
||||||
INTERNAL_CLIENT_API_KEYS: '{"notify-admin":["((ADMIN_CLIENT_SECRET))"]}'
|
INTERNAL_CLIENT_API_KEYS: '{"notify-admin":["((ADMIN_CLIENT_SECRET))"]}'
|
||||||
|
|||||||
Reference in New Issue
Block a user