We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ef26d commit 0f5f9a3Copy full SHA for 0f5f9a3
charts/longhorn/values.yaml.gotmpl
@@ -28,6 +28,9 @@ defaultSettings:
28
# let replicas to be scheduled on the same node
29
replicaSoftAntiAffinity: false
30
31
+ # we always use dedicated disks. 5% is a good value
32
+ storageReservedPercentageForDefaultDisk: 5
33
+
34
persistence:
35
# use only for non-critical ops workloads
36
# for critical workloads (e.g. database)
0 commit comments