debate-map / app

Monorepo for the client, server, etc. of the Debate Map website.
https://debatemap.app
MIT License
73 stars 16 forks source link

Implement out-of-storage safety-mechanism in key pods (eg. postgres), by including an ~50mb empty file (so can delete manually in emergency to free up space; arguably not needed once full-fledged stats/health reporting system is in place) #247

Closed Venryx closed 10 months ago

Venryx commented 10 months ago

Closing as not-needed anymore, given that persistent-volume-claims can be resized as needed (confirmed working; did so using Lens, then restarted the postgres instance pod -- though it seems the pod-killing might not actually be needed / the only way): https://stackoverflow.com/a/53823465