Skip to content

Commit

Permalink
Revert "Belgium: Temporarily set min CogRPC instances to 1"
Browse files Browse the repository at this point in the history
This reverts commit 1dd6f7a.
  • Loading branch information
gnarea committed Jun 15, 2024
1 parent bc1ca16 commit 478ec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/_modules/gateway/gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 478ec5c

Please sign in to comment.