mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update values yaml for chaos test (#16870)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/16878/head
parent
72bbe40254
commit
51168288ea
|
@ -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
|
||||
backlogQuotaDefaultRetentionPolicy: producer_exception
|
||||
|
|
Loading…
Reference in New Issue