mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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