From a96344b3d00629cf53b3cb098d42f6476fdacf04 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Thu, 9 Mar 2023 16:43:57 +0800 Subject: [PATCH] [skip e2e]Update standalone resource (#22658) Signed-off-by: zhuwenxing --- tests/python_client/chaos/standalone-values.yaml | 6 +++--- tests/python_client/deploy/standalone-values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index fbbac5eed5..477b97caaf 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -12,10 +12,10 @@ image: standalone: resources: limits: - cpu: 4 - memory: 10Gi + cpu: 8 + memory: 16Gi requests: - cpu: 2 + cpu: 4 memory: 8Gi kafka: diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 3c1eb71582..fbffe5e334 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -11,10 +11,10 @@ image: standalone: resources: limits: - cpu: 4 - memory: 10Gi + cpu: 8 + memory: 16Gi requests: - cpu: 2 + cpu: 4 memory: 8Gi kafka: