Skip to content

Commit

Permalink
Up CPU usage for rabbitmq - it was very low and was getting throttled
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily authored and cmccully committed Aug 11, 2023
1 parent 0cb6f7b commit c1c5333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions banzai/tests/e2e-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 0.1
cpu: 1
memory: 512M
limits:
cpu: 1
cpu: 2
memory: 1Gi
readinessProbe:
exec:
Expand Down

0 comments on commit c1c5333

Please sign in to comment.