mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Set resource for indexnode in chaos test (#27011)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/27000/head
parent
e107d0794c
commit
3c74acb55c
|
@ -16,4 +16,4 @@ repos:
|
|||
description: Detect secrets in your data.
|
||||
entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail'
|
||||
language: system
|
||||
stages: ["commit", "push"]
|
||||
stages: ["commit"]
|
||||
|
|
|
@ -8,6 +8,13 @@ image:
|
|||
tag: master-latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
indexNode:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 4
|
||||
limits:
|
||||
cpu: 8
|
||||
|
||||
etcd:
|
||||
replicaCount: 3
|
||||
image:
|
||||
|
|
Loading…
Reference in New Issue