mirror of https://github.com/milvus-io/milvus.git
Delete the unrelated content in the yaml file (#19812)
Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: SimFG <bang.fu@zilliz.com>pull/19651/head
parent
b0a12116c8
commit
ae8ec28925
|
@ -1,41 +0,0 @@
|
|||
denyAPI:
|
||||
default:
|
||||
- HasCollection
|
||||
- GetCollectionStatistics
|
||||
- CreatePartition
|
||||
- DropPartition
|
||||
- HasPartition
|
||||
- LoadPartitions
|
||||
- ReleasePartitions
|
||||
- GetPartitionStatistics
|
||||
- ShowPartitions
|
||||
- CreateAlias
|
||||
- DropAlias
|
||||
- AlterAlias
|
||||
- GetIndexState
|
||||
- GetIndexBuildProgress
|
||||
- CalcDistance
|
||||
- GetFlushState
|
||||
- GetPersistentSegmentInfo
|
||||
- GetQuerySegmentInfo
|
||||
- Dummy
|
||||
- RegisterLink
|
||||
- GetCompactionState
|
||||
- ManualCompaction
|
||||
- GetCompactionStateWithPlans
|
||||
- GetReplicas
|
||||
- GetMetrics
|
||||
- LoadBalance
|
||||
- CreateRole
|
||||
- DropRole
|
||||
- OperateUserRole
|
||||
- SelectRole
|
||||
- SelectUser
|
||||
- OperatePrivilege
|
||||
- SelectGrant
|
||||
zcloud_root:
|
||||
root:
|
||||
|
||||
invisibleUsers:
|
||||
- root
|
||||
- zcloud_root
|
|
@ -153,7 +153,6 @@ proxy:
|
|||
maxTaskNum: 1024 # max task number of proxy task queue
|
||||
# please adjust in embedded Milvus: false
|
||||
ginLogging: true # Whether to produce gin logs.
|
||||
soPath: "/Users/derek/fubang/milvus-plugin-demo/hook.so"
|
||||
|
||||
|
||||
# Related configuration of queryCoord, used to manage topology and load balancing for the query nodes, and handoff from growing segments to sealed segments.
|
||||
|
|
Loading…
Reference in New Issue