From 478ec5cfba7a431dd27b716776867a18b597e229 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Sat, 15 Jun 2024 15:58:06 +0100 Subject: [PATCH] Revert "Belgium: Temporarily set min CogRPC instances to 1" This reverts commit 1dd6f7a499fe8b397686ade35c2eb8735b6eba4c. --- environments/_modules/gateway/gateway.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/_modules/gateway/gateway.tf b/environments/_modules/gateway/gateway.tf index 7d9bd37..4a786be 100644 --- a/environments/_modules/gateway/gateway.tf +++ b/environments/_modules/gateway/gateway.tf @@ -20,7 +20,7 @@ module "gateway" { poweb_server_domain = google_dns_record_set.poweb.name cogrpc_server_domain = google_dns_record_set.cogrpc.name - cogrpc_server_min_instance_count = 1 # TODO: Set to 0 to save costs + cogrpc_server_min_instance_count = 0 # https://github.com/relaycorp/cloud-gateway/issues/96 cogrpc_server_max_instance_count = 1 mongodb_db = local.gateway_db_name