Skip to content

Commit

Permalink
reduce store api cpu usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorburn committed Mar 2, 2024
1 parent f6f8d95 commit b6424f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store-consumer/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ spec:
imagePullPolicy: Always
resources:
requests:
memory: "1.5Gi"
cpu: "0.1"
memory: "1Gi"
cpu: "0.01"

livenessProbe:
httpGet:
Expand Down

0 comments on commit b6424f1

Please sign in to comment.