Skip to content

Commit 39323de

Browse files
committed
feat: increase driver memory limit
1 parent 90aaeb1 commit 39323de

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
2 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
@@ -50,7 +50,7 @@ spec:
5050
resources:
5151
limits:
5252
cpu: 100m
53-
memory: 100Mi
53+
memory: 300Mi
5454
requests:
5555
cpu: 10m
5656
memory: 20Mi

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
resources:
4343
limits:
4444
cpu: 100m
45-
memory: 100Mi
45+
memory: 300Mi
4646
requests:
4747
cpu: 10m
4848
memory: 20Mi

0 commit comments

Comments
 (0)