nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
12 stars 14 forks source link

Resource request and limit #640

Closed james-otten closed 3 weeks ago

james-otten commented 1 month ago

Set resource requests + limits based on current production usage as seen in el doggo.

Docs: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.20%. Comparing base (2dd61d9) to head (ce8801e). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #640 +/- ## ======================================= Coverage 94.20% 94.20% ======================================= Files 80 80 Lines 3278 3278 ======================================= Hits 3088 3088 Misses 190 190 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

james-otten commented 3 weeks ago

Can we do these one at a time? It'll be easier to debug if it's causing startup issues or something.

Also, I don't think we have the ability to gate our prod releases on whether or not dev is in a good state, which makes changes like these a little spooky 👻

Very spooky, has me saying AAAAHHHHHHH

  1. https://github.com/nycmeshnet/meshdb/pull/655
  2. https://github.com/nycmeshnet/meshdb/pull/656
  3. https://github.com/nycmeshnet/meshdb/pull/657
  4. https://github.com/nycmeshnet/meshdb/pull/658
  5. https://github.com/nycmeshnet/meshdb/pull/659
james-otten commented 3 weeks ago

Several others