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

Commit 7c78c97

Browse files
authored
Disable pdb by default (#402)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com> Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 7049731 commit 7c78c97

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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.2.0"
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.3.5
6+
version: 3.3.6
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)