expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
356 stars 104 forks source link

[infra] Update resource configuration #480

Closed nicknovitski closed 11 months ago

nicknovitski commented 11 months ago

Why

We can now use Vertical Pod Autoscalers to mostly set-and-forget per-container resource requests and limits.

How

Mostly, I adjusted the base resource requests of each service based on current usage, then updated the resource limits to preserve the ratio between them and the requests, then added VPAs to the production configuration of each service, with scaling limits being a bit higher than the current resource limits.