Skip to content

Commit 81d8172

Browse files
authored
Raise csi provisioner memory limit (#1007)
1 parent 493594d commit 81d8172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/kube-master/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ csi:
145145
cpu: 10m
146146
memory: 32Mi
147147
limits:
148-
cpu: 30m
149-
memory: 50Mi
148+
cpu: 50m
149+
memory: 100Mi
150150
attacher:
151151
requests:
152152
cpu: 10m

0 commit comments

Comments
 (0)