Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #358 from abetterinternet/amir/deploy/us/wa
Browse files Browse the repository at this point in the history
Deploy us-wa
  • Loading branch information
Amir Omidi authored Feb 8, 2021
2 parents 6a855e3 + 13608f1 commit 5400af9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion terraform/variables/prod-us.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment = "prod-us"
gcp_region = "us-west1"
gcp_project = "prio-prod-us"
machine_type = "e2-standard-8"
localities = ["aq-aq", "ta-ta", "us-ct", "us-md", "us-va"]
localities = ["aq-aq", "ta-ta", "us-ct", "us-md", "us-va", "us-wa"]
aws_region = "us-west-1"
manifest_domain = "isrg-prio.org"
managed_dns_zone = {
Expand Down Expand Up @@ -33,6 +33,10 @@ ingestors = {
intake_worker_count = 5
aggregate_worker_count = 3
}
us-wa = {
intake_worker_count = 5
aggregate_worker_count = 3
}
}
}
g-enpa = {
Expand All @@ -58,6 +62,10 @@ ingestors = {
intake_worker_count = 3
aggregate_worker_count = 3
}
us-wa = {
intake_worker_count = 3
aggregate_worker_count = 3
}
}
}
}
Expand Down

0 comments on commit 5400af9

Please sign in to comment.