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 2d309a2 commit 89e3652Copy full SHA for 89e3652
charts/longhorn/values.yaml.gotmpl
@@ -40,6 +40,9 @@ persistence:
40
# https://longhorn.io/docs/1.8.1/best-practices/#io-performance
41
defaultDataLocality: best-effort
42
defaultClassReplicaCount: 2
43
+
44
+ # minimum volume size is 300Mi
45
+ # https://github.com/longhorn/longhorn/issues/8488
46
defaultFsType: xfs
47
48
resources: # https://longhorn.io/docs/1.8.1/best-practices/#minimum-recommended-hardware
charts/portainer/values.longhorn-pv.yaml.gotmpl
@@ -1,4 +1,4 @@
1
persistence:
2
enabled: true
3
- size: "1Gi"
+ size: "300Mi" # cannot be lower https://github.com/longhorn/longhorn/issues/8488
4
storageClass: "{{.Values.longhornStorageClassName}}"
0 commit comments