[skip e2e]Set resource for indexnode in chaos test (#27011)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2023-09-12 10:59:18 +08:00 committed by GitHub
parent e107d0794c
commit 3c74acb55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -16,4 +16,4 @@ repos:
description: Detect secrets in your data. description: Detect secrets in your data.
entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail' entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail'
language: system language: system
stages: ["commit", "push"] stages: ["commit"]

View File

@ -8,6 +8,13 @@ image:
tag: master-latest tag: master-latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
indexNode:
resources:
requests:
cpu: 4
limits:
cpu: 8
etcd: etcd:
replicaCount: 3 replicaCount: 3
image: image: