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: