Files
firezone/terraform/modules
Jamil b6dedba1d8 fix(infra/portal): Allow full instance surge during deploys (#9307)
During a deploy, we had `max_surge_fixed` set to the target instance
count - 1, which caused only 3 nodes to be spun up at a time instead of
the full 4.

We also had max_unavailable_fixed = 1 which allowed the instance group
manager to bring an old, healthy node down before the last remaining
node was spun up.

Since[ we are now always
setting](https://github.com/firezone/environments/pull/29) the
reservation_size to 2*replicas, we can fix these values to make sure all
new VMs spin up before old ones deleted.
2025-05-30 18:02:40 +00:00
..