SeaweedFS Service Reference

Parameters

Common parameters

NameDescriptionTypeValue
hostThe hostname used to access the SeaweedFS externally (defaults to ‘s3’ subdomain for the tenant host).*string""
topologyThe topology of the SeaweedFS cluster. (allowed values: Simple, MultiZone, Client)stringSimple
replicationFactorReplication factor: number of replicas for each volume in the SeaweedFS cluster.int2
replicasNumber of replicasint2
sizePersistent Volume sizequantity10Gi
storageClassStorageClass used to store the data*string""
zonesA map of zones for MultiZone topology. Each zone can have its own number of replicas and size.map[string]object{...}
zones[name].replicasNumber of replicas in the zoneint0
zones[name].sizeZone storage sizequantity""
filerFiler service configuration*object{}
filer.grpcHostThe hostname used to expose or access the filer service externally.*string""
filer.grpcPortThe port used to access the filer service externally.*int443
filer.whitelistA list of IP addresses or CIDR ranges that are allowed to access the filer service.[]*string[]