Fix: Update memory request/limit and CPU request values
What
Set override resource limits/requests and CPU requests for auth pods in Prod to address session recordings failing to upload issues
Why
Previous MR for updating memory limit and requests.
We are seeing far less pod crashes since the previous MR merge, but have noticed some auth pods still crashing:
Reviewing usage data again, memory requests are still spiking, reaching near the limit of 6Gi:
This data mirrors the log data on Grafana.
This MR updates the memory requests and limits further, but also increases the CPU requests since we are seeing a huge difference in CPU request usage (correlates with session recording upload timings):


