chore: set csi-provisioner memory limt as 100Mi
This commit is contained in:
parent
22f4c8f701
commit
5758c61fa5
Binary file not shown.
|
|
@ -44,7 +44,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
|
|
|
|||
Loading…
Reference in New Issue