Skip to content

Commit

Permalink
Reduce store-consumer cpu and memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorburn committed Feb 23, 2024
1 parent b0c8457 commit 06f76a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store-consumer/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- image: LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY/IMAGE:TAG
resources:
requests:
memory: 1.5gb
memory: "1.5Gi"
cpu: "0.1"
imagePullPolicy: Always
name: store-consumer
Expand Down

0 comments on commit 06f76a3

Please sign in to comment.