Skip to content

Commit

Permalink
fix: increase azuredisk memory limit on node
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 9, 2024
1 parent bc69b86 commit 2c798c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v1.29.11.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ linux:
memory: 20Mi
azuredisk:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down Expand Up @@ -271,7 +271,7 @@ windows:
memory: 40Mi
azuredisk:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node-windows-hostprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
fieldPath: spec.nodeName
resources:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
name: sys-class
resources:
limits:
memory: 600Mi
memory: 1000Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down

0 comments on commit 2c798c5

Please sign in to comment.