Skip to content

Commit

Permalink
Reducing the CPU resource request
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 26, 2024
1 parent 238952c commit 23721be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/base/randomquotes-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ spec:
resources:
requests:
memory: "64Mi"
cpu: "250m"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "500m"
cpu: "150m"
imagePullPolicy: "Always"
ports:
- containerPort: 5000
Expand Down

0 comments on commit 23721be

Please sign in to comment.