Skip to content

Commit

Permalink
One more adjustment to the celery workers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily authored and cmccully committed Aug 11, 2023
1 parent c1c5333 commit 08028a5
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 @@ -138,10 +138,10 @@ spec:
timeoutSeconds: 10
resources:
requests:
cpu: 4
cpu: 6
memory: 6Gi
limits:
cpu: 6
cpu: 8
memory: 8Gi
- name: banzai-celery-beat
image: @BANZAI_IMAGE@
Expand Down

0 comments on commit 08028a5

Please sign in to comment.