Skip to content

Commit

Permalink
set reasonable requests elifesciences/issues#8911
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Aug 18, 2024
1 parent 5606ec7 commit 14ca022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomizations/search/app/queue-watcher/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ spec:
command: ["bin/console", "queue:watch"]
resources:
requests:
memory: "2Gi"
memory: "3Gi"
cpu: "20m"
limits:
memory: "2Gi"
memory: "3Gi"
volumeMounts:
- name: config-volume
mountPath: /app/config.php
Expand Down

0 comments on commit 14ca022

Please sign in to comment.