mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #176 from GSA/enable-network-policy
Enable network policy in demo env
This commit is contained in:
@@ -36,13 +36,13 @@ module "logo_upload_bucket" {
|
|||||||
# 1) the api app has first been deployed
|
# 1) the api app has first been deployed
|
||||||
# 2) the admin app has first been deployed
|
# 2) the admin app has first been deployed
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# module "api_network_route" {
|
module "api_network_route" {
|
||||||
# source = "../shared/container_networking"
|
source = "../shared/container_networking"
|
||||||
|
|
||||||
# cf_user = var.cf_user
|
cf_user = var.cf_user
|
||||||
# cf_password = var.cf_password
|
cf_password = var.cf_password
|
||||||
# cf_org_name = local.cf_org_name
|
cf_org_name = local.cf_org_name
|
||||||
# cf_space_name = local.cf_space_name
|
cf_space_name = local.cf_space_name
|
||||||
# source_app_name = "${local.app_name}-${local.env}"
|
source_app_name = "${local.app_name}-${local.env}"
|
||||||
# destination_app_name = "notify-api-${local.env}"
|
destination_app_name = "notify-api-${local.env}"
|
||||||
# }
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user