fix: increase memory limit for csi-provisioner
This commit is contained in:
parent
7e54331948
commit
c8b6bbdddb
Binary file not shown.
|
|
@ -46,7 +46,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 300Mi
|
||||
memory: 400Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 300Mi
|
||||
memory: 400Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
|
|
|
|||
Loading…
Reference in New Issue