chore(work): reduce cpu request for rabbitmq cluster
This commit is contained in:
parent
d2abab38f1
commit
ed40d1bf9a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ spec:
|
|||
replicas: 1 # We'll want to bump this up to 3 if we're using this for customer-facing production loads
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1000m # This should be at least 2000m for customer-facing production loads; example had it as 4000m
|
||||
cpu: 500m # This should be at least 2000m for customer-facing production loads; example had it as 4000m
|
||||
memory: 2Gi # Not sure what we need here; example had it as 10Gi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue