Skip to content

Commit d918172

Browse files
Merge pull request #2375 from IFRCGo/reduce-api-cpu-request
Reduce cpu request for api deployment
2 parents a31d00c + bb4b393 commit d918172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/ifrcgo-helm/values-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ api:
2424
replicaCount: 2
2525
resources:
2626
requests:
27-
cpu: "2"
27+
cpu: "1"
2828
memory: 4Gi
2929
limits:
3030
cpu: "2"

0 commit comments

Comments
 (0)