This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
3
3
appVersion : " 2.2.2"
4
4
kubeVersion : " ^1.10.0-0"
5
5
description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6
- version : 4.0.5
6
+ version : 4.0.6
7
7
keywords :
8
8
- milvus
9
9
- elastic
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ The following table lists the configurable parameters of the Milvus Service and
158
158
| ` externalS3.enabled ` | Enable or disable external S3 | ` false ` |
159
159
| ` externalS3.host ` | The host of the external S3 | ` unset ` |
160
160
| ` externalS3.port ` | The port of the external S3 | ` unset ` |
161
+ | ` externalS3.rootPath ` | The path prefix of the external S3 | ` unset ` |
161
162
| ` externalS3.accessKey ` | The Access Key of the external S3 | ` unset ` |
162
163
| ` externalS3.secretKey ` | The Secret Key of the external S3 | ` unset ` |
163
164
| ` externalS3.bucketName ` | The Bucket Name of the external S3 | ` unset ` |
Original file line number Diff line number Diff line change @@ -725,6 +725,9 @@ kafka:
725
725
maxMessageBytes : _10485760
726
726
defaultReplicationFactor : 3
727
727
offsetsTopicReplicationFactor : 3
728
+ # # Only enable time based log retention
729
+ logRetentionHours : 168
730
+ logRetentionBytes : _-1
728
731
extraEnvVars :
729
732
- name : KAFKA_CFG_MAX_PARTITION_FETCH_BYTES
730
733
value : " 5242880"
@@ -734,6 +737,8 @@ kafka:
734
737
value : " 10485760"
735
738
- name : KAFKA_CFG_FETCH_MESSAGE_MAX_BYTES
736
739
value : " 5242880"
740
+ - name : KAFKA_CFG_LOG_ROLL_HOURS
741
+ value : " 24"
737
742
738
743
persistence :
739
744
enabled : true
You can’t perform that action at this time.
0 commit comments