This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
33appVersion : " 2.0.2"
44kubeVersion : " ^1.10.0-0"
55description : 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
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments