volume: set minFreeSpacePercent to 7%

when k8s node have less than 5% free space, the k8s will start killing pods...
This commit is contained in:
LazyDBA247-Anyvision 2021-02-09 09:57:09 +02:00
parent 91a3314d36
commit 259c66d978

View file

@ -136,7 +136,7 @@ volume:
# limit file size to avoid out of memory, default 256mb
fileSizeLimitMB: null
# minimum free disk space(in percents). If free disk space lower this value - all volumes marks as ReadOnly
minFreeSpacePercent: 1
minFreeSpacePercent: 7
# limit background compaction or copying speed in mega bytes per second