Skip to content

Commit 89e3652

Browse files
committed
LH: decrease portinaer volume size
1 parent 2d309a2 commit 89e3652

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/longhorn/values.yaml.gotmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ persistence:
4040
# https://longhorn.io/docs/1.8.1/best-practices/#io-performance
4141
defaultDataLocality: best-effort
4242
defaultClassReplicaCount: 2
43+
44+
# minimum volume size is 300Mi
45+
# https://github.com/longhorn/longhorn/issues/8488
4346
defaultFsType: xfs
4447

4548
resources: # https://longhorn.io/docs/1.8.1/best-practices/#minimum-recommended-hardware
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
persistence:
22
enabled: true
3-
size: "1Gi"
3+
size: "300Mi" # cannot be lower https://github.com/longhorn/longhorn/issues/8488
44
storageClass: "{{.Values.longhornStorageClassName}}"

0 commit comments

Comments
 (0)