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:
parent
2b8b913b6b
commit
7c9f680b1b
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ spec:
|
|||
port: 8080
|
||||
initialDelaySeconds: 1
|
||||
periodSeconds: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: "46"
|
||||
memory: "90Gi"
|
||||
env:
|
||||
- name: HTTP_PORT
|
||||
value: "8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue