[skip e2e]Update values yaml for chaos test (#16870)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2022-05-10 12:53:52 +08:00 committed by GitHub
parent 72bbe40254
commit 51168288ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
etcd: etcd:
replicaCount: 1 replicaCount: 3
minio: minio:
resources: resources:
requests: requests:
@ -17,6 +17,7 @@ kafka:
enabled: false enabled: false
name: kafka name: kafka
replicaCount: 3 replicaCount: 3
defaultReplicationFactor: 2
pulsar: pulsar:
enabled: true enabled: true