Skip to content

Commit 0f5f9a3

Browse files
committed
LH: Reduce reserved default disk space to 5%
Since we use a dedicated disk for LH, we can go ahead with 5%
1 parent 00ef26d commit 0f5f9a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/longhorn/values.yaml.gotmpl

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ defaultSettings:
2828
# let replicas to be scheduled on the same node
2929
replicaSoftAntiAffinity: false
3030

31+
# we always use dedicated disks. 5% is a good value
32+
storageReservedPercentageForDefaultDisk: 5
33+
3134
persistence:
3235
# use only for non-critical ops workloads
3336
# for critical workloads (e.g. database)

0 commit comments

Comments
 (0)