diff options
| author | LazyDBA247-Anyvision <yonin@anyvision.co> | 2021-02-09 09:57:09 +0200 |
|---|---|---|
| committer | LazyDBA247-Anyvision <yonin@anyvision.co> | 2021-02-09 09:57:09 +0200 |
| commit | 259c66d978f7d296325fcc20ab7eceb127c377c8 (patch) | |
| tree | 05b1bf8e5a363b8984d28c6fd164ce0896042b91 | |
| parent | 91a3314d36445c84d337963147d0ed30bde21599 (diff) | |
| download | seaweedfs-259c66d978f7d296325fcc20ab7eceb127c377c8.tar.xz seaweedfs-259c66d978f7d296325fcc20ab7eceb127c377c8.zip | |
volume: set minFreeSpacePercent to 7%
when k8s node have less than 5% free space, the k8s will start killing pods...
| -rw-r--r-- | k8s/seaweedfs/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/seaweedfs/values.yaml b/k8s/seaweedfs/values.yaml index 43783d3b7..273ab21ad 100644 --- a/k8s/seaweedfs/values.yaml +++ b/k8s/seaweedfs/values.yaml @@ -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 |
