chore(work): reduce cpu request for rabbitmq cluster

This commit is contained in:
David Landry 2024-09-12 15:22:31 -04:00
parent d2abab38f1
commit ed40d1bf9a

View file

@ -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 replicas: 1 # We'll want to bump this up to 3 if we're using this for customer-facing production loads
resources: resources:
requests: 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 memory: 2Gi # Not sure what we need here; example had it as 10Gi
limits: limits:
cpu: 1000m cpu: 1000m