Skip to content

Commit f5b4280

Browse files
authored
Merge pull request #240 from andyzhangx/increase-cpu-limit
fix: increase CPU limit for throttling issue
2 parents ee1d036 + 83818f8 commit f5b4280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/latest/blob-csi-driver/templates/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
name: blob-cache
122122
resources:
123123
limits:
124-
cpu: 200m
124+
cpu: 2
125125
memory: 2100Mi
126126
requests:
127127
cpu: 10m

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ spec:
119119
name: blob-cache
120120
resources:
121121
limits:
122-
cpu: 200m
122+
cpu: 2
123123
memory: 2100Mi
124124
requests:
125125
cpu: 10m

0 commit comments

Comments
 (0)