Skip to content

Commit

Permalink
Require at most one instance of the CogRPC server
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Mar 14, 2024
1 parent 8d73781 commit 01b909e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environments/_modules/gateway/gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module "gateway" {

cogrpc_server_domain = google_dns_record_set.cogrpc.name
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
mongodb_password = random_password.mongodb_gateway_user_password.result
Expand Down

0 comments on commit 01b909e

Please sign in to comment.