Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit fe50baf

Browse files
authored
Add ttl for puslar broker (#373)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com> Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 45e168d commit fe50baf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.1.4"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 3.2.4
6+
version: 3.2.5
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,8 @@ pulsar:
782782
-XX:+ExitOnOutOfMemoryError
783783
maxMessageSize: "104857600"
784784
defaultRetentionTimeInMinutes: "10080"
785-
defaultRetentionSizeInMB: "8192"
786785
backlogQuotaDefaultLimitGB: "8"
786+
ttlDurationDefaultInSeconds: "259200"
787787
backlogQuotaDefaultRetentionPolicy: producer_exception
788788

789789
autorecovery:

0 commit comments

Comments
 (0)