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