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.2.0"
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.3.5
6+ version : 3.3.6
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change @@ -616,6 +616,8 @@ minio:
616616 rootPath : file
617617 useIAM : false
618618 iamEndpoint : " "
619+ podDisruptionBudget :
620+ enabled : false
619621 resources :
620622 requests :
621623 memory : 2Gi
@@ -669,6 +671,8 @@ etcd:
669671 enabled : true
670672 name : etcd
671673 replicaCount : 3
674+ pdb :
675+ create : false
672676 image :
673677 repository : " milvusdb/etcd"
674678 tag : " 3.5.0-r7"
@@ -789,6 +793,8 @@ pulsar:
789793 -XX:+DisableExplicitGC
790794 -XX:+PerfDisableSharedMem
791795 -Dzookeeper.forceSync=no
796+ pdb :
797+ usePolicy : false
792798
793799 bookkeeper :
794800 replicaCount : 3
@@ -824,6 +830,8 @@ pulsar:
824830 -XX:+PerfDisableSharedMem
825831 -XX:+PrintGCDetails
826832 nettyMaxFrameSizeBytes : " 104867840"
833+ pdb :
834+ usePolicy : false
827835
828836 broker :
829837 component : broker
@@ -857,6 +865,8 @@ pulsar:
857865 ttlDurationDefaultInSeconds : " 259200"
858866 subscriptionExpirationTimeMinutes : " 30"
859867 backlogQuotaDefaultRetentionPolicy : producer_exception
868+ pdb :
869+ usePolicy : false
860870
861871 autorecovery :
862872 resources :
@@ -882,6 +892,8 @@ pulsar:
882892 PULSAR_GC : >
883893 -XX:MaxDirectMemorySize=2048m
884894 httpNumThreads : " 100"
895+ pdb :
896+ usePolicy : false
885897
886898 pulsar_manager :
887899 service :
@@ -908,6 +920,8 @@ kafka:
908920 tag : 3.1.0-debian-10-r52
909921 # # Increase graceful termination for kafka graceful shutdown
910922 terminationGracePeriodSeconds : " 90"
923+ pdb :
924+ create : false
911925
912926 # # Enable startup probe to prevent pod restart during recovering
913927 startupProbe :
You can’t perform that action at this time.
0 commit comments