Request more resources for collab pods on Kubernetes (#8890)
Nathan Sobo
created
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
Change summary
crates/collab/k8s/collab.template.yml | 4 ++++
1 file changed, 4 insertions(+)
Detailed changes
@@ -76,6 +76,10 @@ spec:
port: 8080
initialDelaySeconds: 1
periodSeconds: 1
+ resources:
+ requests:
+ cpu: "46"
+ memory: "90Gi"
env:
- name: HTTP_PORT
value: "8080"