Skip to content

Commit 83818f8

Browse files
committed
fix: increase CPU limit for throttling issue
1 parent ee1d036 commit 83818f8

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)