From b1128566e9bb67cfd2f2bc49c2eae45283a62410 Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 5 Mar 2025 06:09:52 +0000 Subject: [PATCH] chore(portal): Decrease portal instance sizes to e2-micro (#8349) These are currently woefully underutilized. If anything, our DB instance size matters the most. Thus, this PR updates the environments pointer to a sha that: - Decreases all portal instance sizes to `e2-micro`, which are about 10x cheaper than our current `n4-standard-2`. - Doubles the number of each `api, web, domain` instances to `4` instead of `2` - in case one of each goes down, we'll still have high availability of 3 instances - Removes some leftover client-logs cruft we no longer used Fixes #8344 --- terraform/environments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments b/terraform/environments index eceeded17..35ca3f75d 160000 --- a/terraform/environments +++ b/terraform/environments @@ -1 +1 @@ -Subproject commit eceeded173ca8cbbc0787f16449160fc06d153e1 +Subproject commit 35ca3f75df8c8b861fab021bc968345a5a291d49