Skip to content

Commit

Permalink
Merge pull request #2375 from IFRCGo/reduce-api-cpu-request
Browse files Browse the repository at this point in the history
Reduce cpu request for api deployment
  • Loading branch information
szabozoltan69 authored Jan 7, 2025
2 parents a31d00c + bb4b393 commit d918172
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 d918172

Please sign in to comment.