From 51168288ea7ed477d673c91633ce8776f0615d69 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Tue, 10 May 2022 12:53:52 +0800 Subject: [PATCH] [skip e2e]Update values yaml for chaos test (#16870) Signed-off-by: zhuwenxing --- tests/python_client/chaos/cluster-values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index 3b0b448ca6..8830d7138b 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: IfNotPresent etcd: - replicaCount: 1 + replicaCount: 3 minio: resources: requests: @@ -17,6 +17,7 @@ kafka: enabled: false name: kafka replicaCount: 3 + defaultReplicationFactor: 2 pulsar: enabled: true @@ -119,4 +120,4 @@ pulsar: defaultRetentionTimeInMinutes: "10080" defaultRetentionSizeInMB: "8192" backlogQuotaDefaultLimitGB: "8" - backlogQuotaDefaultRetentionPolicy: producer_exception \ No newline at end of file + backlogQuotaDefaultRetentionPolicy: producer_exception