Skip to content

Commit 6614945

Browse files
committed
chore: adjust cpu/memory limit for blob node pod
1 parent c20f8a8 commit 6614945

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ spec:
120120
name: blob-cache
121121
resources:
122122
limits:
123-
cpu: 800m
124-
memory: 800Mi
123+
cpu: 200m
124+
memory: 2100Mi
125125
requests:
126126
cpu: 10m
127127
memory: 20Mi

deploy/csi-blob-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ spec:
119119
name: blob-cache
120120
resources:
121121
limits:
122-
cpu: 800m
123-
memory: 800Mi
122+
cpu: 200m
123+
memory: 2100Mi
124124
requests:
125125
cpu: 10m
126126
memory: 20Mi

0 commit comments

Comments
 (0)