mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
Rename app to avoid route collisions with 10x space
This commit is contained in:
@@ -3,5 +3,5 @@ web_instances: 1
|
||||
web_memory: 1G
|
||||
worker_instances: 1
|
||||
worker_memory: 512M
|
||||
public_api_route: notifications-api-demo.app.cloud.gov
|
||||
admin_base_url: https://notifications-admin.app.cloud.gov
|
||||
public_api_route: notify-api-demo.app.cloud.gov
|
||||
admin_base_url: https://notify-demo.app.cloud.gov
|
||||
|
||||
@@ -3,5 +3,5 @@ web_instances: 2
|
||||
web_memory: 1G
|
||||
worker_instances: 1
|
||||
worker_memory: 512M
|
||||
public_api_route: notifications-api.app.cloud.gov
|
||||
admin_base_url: https://notifications-admin.app.cloud.gov
|
||||
public_api_route: notify-api.app.cloud.gov
|
||||
admin_base_url: https://notify.app.cloud.gov
|
||||
|
||||
@@ -3,5 +3,5 @@ web_instances: 1
|
||||
web_memory: 1G
|
||||
worker_instances: 1
|
||||
worker_memory: 512M
|
||||
public_api_route: notifications-api-staging.app.cloud.gov
|
||||
admin_base_url: https://notifications-admin-staging.app.cloud.gov
|
||||
public_api_route: notify-api-staging.app.cloud.gov
|
||||
admin_base_url: https://notify-staging.app.cloud.gov
|
||||
|
||||
12
manifest.yml
12
manifest.yml
@@ -1,18 +1,18 @@
|
||||
---
|
||||
applications:
|
||||
- name: notifications-api-((env))
|
||||
- name: notify-api-((env))
|
||||
buildpack: python_buildpack
|
||||
instances: 1
|
||||
disk_quota: 1G
|
||||
routes:
|
||||
- route: ((public_api_route))
|
||||
- route: notifications-api-((env)).apps.internal
|
||||
- route: notify-api-((env)).apps.internal
|
||||
|
||||
services:
|
||||
- notifications-api-rds-((env))
|
||||
- notifications-api-redis-((env))
|
||||
- notifications-api-csv-upload-bucket-((env))
|
||||
- notifications-api-contact-list-bucket-((env))
|
||||
- notify-api-rds-((env))
|
||||
- notify-api-redis-((env))
|
||||
- notify-api-csv-upload-bucket-((env))
|
||||
- notify-api-contact-list-bucket-((env))
|
||||
|
||||
processes:
|
||||
- type: web
|
||||
|
||||
@@ -2,7 +2,7 @@ locals {
|
||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
||||
cf_space_name = "notify-demo"
|
||||
env = "demo"
|
||||
app_name = "notifications-api"
|
||||
app_name = "notify-api"
|
||||
recursive_delete = false
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ locals {
|
||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
||||
cf_space_name = "notify-prod"
|
||||
env = "production"
|
||||
app_name = "notifications-api"
|
||||
app_name = "notify-api"
|
||||
recursive_delete = false
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ locals {
|
||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
||||
cf_space_name = "notify-staging"
|
||||
env = "staging"
|
||||
app_name = "notifications-api"
|
||||
app_name = "notify-api"
|
||||
recursive_delete = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user