Skip to content

Commit

Permalink
Reduce cpu request for api deployment
Browse files Browse the repository at this point in the history
keep cpu request low to optimize pod scheduling to fully utilize available cpu on k8s nodes
  • Loading branch information
sunu authored Jan 7, 2025
1 parent a31d00c commit bb4b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/ifrcgo-helm/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ api:
replicaCount: 2
resources:
requests:
cpu: "2"
cpu: "1"
memory: 4Gi
limits:
cpu: "2"
Expand Down

0 comments on commit bb4b393

Please sign in to comment.