Request more resources for collab pods on Kubernetes (#8890)

Worried that if we don't do this, they don't give us enough. We're
maxing out the pod's CPU but the node is barely sweating.

Release Notes:

- N/A
This commit is contained in:
Nathan Sobo 2024-03-05 09:15:08 -07:00 committed by GitHub
parent 2b8b913b6b
commit 7c9f680b1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,10 @@ spec:
port: 8080
initialDelaySeconds: 1
periodSeconds: 1
resources:
requests:
cpu: "46"
memory: "90Gi"
env:
- name: HTTP_PORT
value: "8080"