This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
3
3
appVersion : " 2.2.0"
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 : 3.3.5
6
+ version : 3.3.6
7
7
keywords :
8
8
- milvus
9
9
- elastic
Original file line number Diff line number Diff line change @@ -616,6 +616,8 @@ minio:
616
616
rootPath : file
617
617
useIAM : false
618
618
iamEndpoint : " "
619
+ podDisruptionBudget :
620
+ enabled : false
619
621
resources :
620
622
requests :
621
623
memory : 2Gi
@@ -669,6 +671,8 @@ etcd:
669
671
enabled : true
670
672
name : etcd
671
673
replicaCount : 3
674
+ pdb :
675
+ create : false
672
676
image :
673
677
repository : " milvusdb/etcd"
674
678
tag : " 3.5.0-r7"
@@ -789,6 +793,8 @@ pulsar:
789
793
-XX:+DisableExplicitGC
790
794
-XX:+PerfDisableSharedMem
791
795
-Dzookeeper.forceSync=no
796
+ pdb :
797
+ usePolicy : false
792
798
793
799
bookkeeper :
794
800
replicaCount : 3
@@ -824,6 +830,8 @@ pulsar:
824
830
-XX:+PerfDisableSharedMem
825
831
-XX:+PrintGCDetails
826
832
nettyMaxFrameSizeBytes : " 104867840"
833
+ pdb :
834
+ usePolicy : false
827
835
828
836
broker :
829
837
component : broker
@@ -857,6 +865,8 @@ pulsar:
857
865
ttlDurationDefaultInSeconds : " 259200"
858
866
subscriptionExpirationTimeMinutes : " 30"
859
867
backlogQuotaDefaultRetentionPolicy : producer_exception
868
+ pdb :
869
+ usePolicy : false
860
870
861
871
autorecovery :
862
872
resources :
@@ -882,6 +892,8 @@ pulsar:
882
892
PULSAR_GC : >
883
893
-XX:MaxDirectMemorySize=2048m
884
894
httpNumThreads : " 100"
895
+ pdb :
896
+ usePolicy : false
885
897
886
898
pulsar_manager :
887
899
service :
@@ -908,6 +920,8 @@ kafka:
908
920
tag : 3.1.0-debian-10-r52
909
921
# # Increase graceful termination for kafka graceful shutdown
910
922
terminationGracePeriodSeconds : " 90"
923
+ pdb :
924
+ create : false
911
925
912
926
# # Enable startup probe to prevent pod restart during recovering
913
927
startupProbe :
You can’t perform that action at this time.
0 commit comments