mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e]Set resource for indexnode in chaos test (#27011)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
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
Block a user