mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-05 14:17:50 +08:00
Helm chart readme - clarify details about multiple filers and datastore (#5384)
This commit is contained in:
parent
ca042bd067
commit
77fd62f6a5
@ -30,9 +30,9 @@ so your deployment will be spread/HA.
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
leveldb is the default database this only supports one filer replica.
|
leveldb is the default database, this supports multiple filer replicas that will [sync automatically](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication), with some [limitations](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication#limitation).
|
||||||
|
|
||||||
To have multiple filers a external datastore is recommened.
|
When the [limitations](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication#limitation) apply, or for a large number of filer replicas, an external datastore is recommened.
|
||||||
|
|
||||||
Such as MySQL-compatible database, as specified in the `values.yaml` at `filer.extraEnvironmentVars`.
|
Such as MySQL-compatible database, as specified in the `values.yaml` at `filer.extraEnvironmentVars`.
|
||||||
This database should be pre-configured and initialized by running:
|
This database should be pre-configured and initialized by running:
|
||||||
|
Loading…
Reference in New Issue
Block a user