Skip to content

Commit f282623

Browse files
authored
Merge pull request #364 from andyzhangx/increase-resize-limit
chore: increase csi-resizer memory limit
2 parents 8aec1dc + e40e0ef commit f282623

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
1 Byte
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
@@ -142,7 +142,7 @@ spec:
142142
resources:
143143
limits:
144144
cpu: 100m
145-
memory: 200Mi
145+
memory: 300Mi
146146
requests:
147147
cpu: 10m
148148
memory: 20Mi

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
resources:
124124
limits:
125125
cpu: 100m
126-
memory: 200Mi
126+
memory: 300Mi
127127
requests:
128128
cpu: 10m
129129
memory: 20Mi

0 commit comments

Comments
 (0)