From e9a035660e505a016b8329c807a742716c5979f8 Mon Sep 17 00:00:00 2001 From: james-otten Date: Tue, 8 Oct 2024 22:50:25 -0400 Subject: [PATCH] Remove the pgadmin domains (#30) --- terraform/dev3.tfvars | 2 +- terraform/prod1.tfvars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/dev3.tfvars b/terraform/dev3.tfvars index 58f0a81..2a7fec5 100644 --- a/terraform/dev3.tfvars +++ b/terraform/dev3.tfvars @@ -45,4 +45,4 @@ mesh_networkrange = "24" mesh_net_block = "10.70.90.0" mesh_external_ip = "199.170.132.46" # Add domains to the end -meshdb_fqdn = "devdb.nycmesh.net,pgadmin.devdb.nycmesh.net,map.devdb.nycmesh.net,adminmap.devdb.nycmesh.net,los-backend.devdb.nycmesh.net,los.devdb.nycmesh.net,forms.devdb.nycmesh.net" +meshdb_fqdn = "devdb.nycmesh.net,map.devdb.nycmesh.net,adminmap.devdb.nycmesh.net,los-backend.devdb.nycmesh.net,los.devdb.nycmesh.net,forms.devdb.nycmesh.net" diff --git a/terraform/prod1.tfvars b/terraform/prod1.tfvars index 53c21a0..448ad75 100644 --- a/terraform/prod1.tfvars +++ b/terraform/prod1.tfvars @@ -46,4 +46,4 @@ mesh_networkrange = "24" mesh_net_block = "10.70.90.0" mesh_external_ip = "199.170.132.45" # Add domains to the end -meshdb_fqdn = "wiki.nycmesh.net,db.nycmesh.net,pgadmin.db.nycmesh.net,map.db.nycmesh.net,adminmap.db.nycmesh.net,los-backend.db.nycmesh.net,los.nycmesh.net,forms.nycmesh.net" +meshdb_fqdn = "wiki.nycmesh.net,db.nycmesh.net,map.db.nycmesh.net,adminmap.db.nycmesh.net,los-backend.db.nycmesh.net,los.nycmesh.net,forms.nycmesh.net"