fix: set 200Mi limit for csi-provisioner
update chart file permission
This commit is contained in:
parent
1c97d2cce4
commit
340b14a75a
|
|
@ -44,7 +44,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
memory: 200Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
memory: 200Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
|
|
|
|||
Loading…
Reference in New Issue