1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-08 12:30:10 +02:00

fix filer helm pvc configuration

This commit is contained in:
vincent 2022-05-07 14:47:13 +08:00
parent 8bc16f1149
commit da2fe78ac2

View file

@ -61,8 +61,6 @@ master:
extraVolumes: ""
extraVolumeMounts: ""
# enablePVC will create a pvc for filer for data persistence.
enablePVC: false
# storage and storageClass are the settings for configuring stateful
# storage for the master pods. storage should be set to the disk size of
# the attached volume. storageClass is the class of storage which defaults
@ -277,6 +275,9 @@ filer:
# Disable http request, only gRpc operations are allowed
disableHttp: false
# enablePVC will create a pvc for filer for data persistence.
enablePVC: false
# storage and storageClass are the settings for configuring stateful
# storage for the master pods. storage should be set to the disk size of
# the attached volume. storageClass is the class of storage which defaults