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

Commit 3b27b26

Browse files
authored
Refine kafka deployment (#342)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 877c3a3 commit 3b27b26

2 files changed

Lines changed: 7 additions & 1 deletion

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.0.2"
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.0.25
6+
version: 3.0.26
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,12 @@ kafka:
642642
image:
643643
repository: bitnami/kafka
644644
tag: 3.1.0-debian-10-r52
645+
## Increase graceful termination for kafka graceful shutdown
646+
terminationGracePeriodSeconds: "90"
647+
648+
## Enable startup probe to prevent pod restart during recovering
649+
startupProbe:
650+
enabled: true
645651

646652
## Kafka Java Heap size
647653
heapOpts: "-Xmx4096m -Xms4096m"

0 commit comments

Comments
 (0)