From a37b422acd1c23923c76850e6709595a6f2cabb4 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Tue, 12 Sep 2023 16:57:17 +0800 Subject: [PATCH] [skip e2e]Set resource for worker node in chaos test (#27025) Signed-off-by: zhuwenxing --- tests/python_client/chaos/cluster-values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index 22dae63034..e43758ba50 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -8,6 +8,20 @@ image: tag: master-latest pullPolicy: IfNotPresent +queryNode: + resources: + requests: + cpu: 4 + limits: + cpu: 8 + +dataNode: + resources: + requests: + cpu: 4 + limits: + cpu: 8 + indexNode: resources: requests: