Skip to content

Commit 8949099

Browse files
authored
Merge pull request #355 from andyzhangx/increase-resizer-limit
fix: increate csi-resizer memory limit
2 parents cb455d0 + ffc0d08 commit 8949099

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
6 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
resources:
144144
limits:
145145
cpu: 100m
146-
memory: 100Mi
146+
memory: 200Mi
147147
requests:
148148
cpu: 10m
149149
memory: 20Mi

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ spec:
124124
resources:
125125
limits:
126126
cpu: 100m
127-
memory: 100Mi
127+
memory: 200Mi
128128
requests:
129129
cpu: 10m
130130
memory: 20Mi

0 commit comments

Comments
 (0)