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 0547aec commit f6f8d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion producer/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
resources:
requests:
memory: "0.5Gi"
cpu: "0.1"
cpu: "0.015"
imagePullPolicy: Always
name: producer
ports:
Expand Down

0 comments on commit f6f8d95

Please sign in to comment.