enhance:[skip e2e]add some custom deploy config back (#31717)

pr: https://github.com/milvus-io/milvus/pull/31716

This reverts commit a07abba1a0.

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/31754/head
zhuwenxing 2024-03-29 18:13:11 +08:00 committed by GitHub
parent 2f5ddfab22
commit 0b61f12482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 36 additions and 4 deletions

View File

@ -134,4 +134,12 @@ pulsar:
defaultRetentionSizeInMB: "8192"
backlogQuotaDefaultLimitGB: "8"
backlogQuotaDefaultRetentionPolicy: producer_exception
extraConfigFiles:
user.yaml: |+
dataCoord:
compaction:
indexBasedCompaction: false
indexCoord:
scheduler:
interval: 100

View File

@ -33,4 +33,12 @@ minio:
mode: standalone
pulsar:
enabled: false
extraConfigFiles:
user.yaml: |+
dataCoord:
compaction:
indexBasedCompaction: false
indexCoord:
scheduler:
interval: 100

View File

@ -125,4 +125,12 @@ pulsar:
defaultRetentionSizeInMB: "8192"
backlogQuotaDefaultLimitGB: "8"
backlogQuotaDefaultRetentionPolicy: producer_exception
extraConfigFiles:
user.yaml: |+
dataCoord:
compaction:
indexBasedCompaction: false
indexCoord:
scheduler:
interval: 100

View File

@ -32,4 +32,12 @@ minio:
mode: standalone
pulsar:
enabled: false
extraConfigFiles:
user.yaml: |+
dataCoord:
compaction:
indexBasedCompaction: false
indexCoord:
scheduler:
interval: 100