Skip to content

Commit

Permalink
[skip e2e]Set resource for indexnode in chaos test (milvus-io#27011)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing authored Sep 12, 2023
1 parent e107d07 commit 3c74acb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
7 changes: 7 additions & 0 deletions tests/python_client/chaos/cluster-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ image:
tag: master-latest
pullPolicy: IfNotPresent

indexNode:
resources:
requests:
cpu: 4
limits:
cpu: 8

etcd:
replicaCount: 3
image:
Expand Down

0 comments on commit 3c74acb

Please sign in to comment.