Skip to content

Commit

Permalink
Belgium: Drop min instances for CogRPC to 0
Browse files Browse the repository at this point in the history
See #96
  • Loading branch information
gnarea committed Jan 15, 2024
1 parent 70bfb97 commit afde04f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions environments/_modules/gateway-serverless/gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ module "gateway" {
parcel_retention_days = 2

pohttp_server_domain = google_dns_record_set.pohttp.name
poweb_server_domain = google_dns_record_set.poweb.name
cogrpc_server_domain = google_dns_record_set.cogrpc.name

poweb_server_domain = google_dns_record_set.poweb.name

cogrpc_server_domain = google_dns_record_set.cogrpc.name
cogrpc_server_min_instance_count = 0 # https://github.com/relaycorp/cloud-gateway/issues/96

mongodb_db = local.gateway_db_name
mongodb_password = random_password.mongodb_gateway_user_password.result
Expand Down

0 comments on commit afde04f

Please sign in to comment.