mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments about minio in yaml (#8493)
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>pull/8508/head
parent
02f7712969
commit
8cc78b2a97
|
@ -21,6 +21,7 @@ etcd:
|
|||
flushStreamPosSubPath: datacoord/flushstream # Full path = rootPath/metaSubPath/flushStreamPosSubPath
|
||||
statsStreamPosSubPath: datacoord/statsstream # Full path = rootPath/metaSubPath/statsStreamPosSubPath
|
||||
|
||||
# Related configuration of minio, which is responsible for data persistence for Milvus.
|
||||
minio:
|
||||
address: localhost
|
||||
port: 9000
|
||||
|
|
Loading…
Reference in New Issue