@@ -278,7 +278,7 @@ starrocksFESpec:
278
278
# You must set name when you set storageClassName.
279
279
# Note: Because hostPath field is not supported here, hostPath is not allowed to be set in storageClassName.
280
280
storageClassName : " "
281
- # the persistent volume size, default 10Gi .
281
+ # the persistent volume size for data .
282
282
# fe container stop running if the disk free space which the fe meta directory residents, is less than 5Gi.
283
283
storageSize : 10Gi
284
284
# If storageMountPath is empty, the storageMountPath will be set to /opt/starrocks/fe/meta.
@@ -566,7 +566,7 @@ starrocksCnSpec:
566
566
storageMountPath : " "
567
567
# the storage size of persistent volume for log, and the mount path is /opt/starrocks/cn/log.
568
568
# If you set it to 0Gi, the related PVC will not be created, and the log will not be persisted.
569
- logStorageSize : 1Gi
569
+ logStorageSize : 20Gi
570
570
# Setting this parameter can persist spill storage, and the mount path is /opt/starrocks/cn/spill.
571
571
# If you set it to 0Gi, the related PVC will not be created, and the spill will not be persisted.
572
572
# You need to add in be.conf spill_local_storage_dir=/opt/starrocks/cn/spill.
@@ -825,7 +825,7 @@ starrocksBeSpec:
825
825
storageMountPath : " "
826
826
# Setting this parameter can persist log storage, and the mount path is /opt/starrocks/be/log.
827
827
# If you set it to 0Gi, the related PVC will not be created, and the log will not be persisted.
828
- logStorageSize : 1Gi
828
+ logStorageSize : 20Gi
829
829
# Setting this parameter can persist spill storage, and the mount path is /opt/starrocks/be/spill.
830
830
# If you set it to 0Gi, the related PVC will not be created, and the spill will not be persisted.
831
831
# You need to add in be.conf spill_local_storage_dir=/opt/starrocks/be/spill.
0 commit comments