Skip to content

Commit

Permalink
add pulsar chart alias, add some default values for pulsar3 (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: haorenfsa <[email protected]>
  • Loading branch information
haorenfsa authored Nov 22, 2024
1 parent 86d0333 commit eb09b97
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.4.16"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.2.22
version: 4.2.23
keywords:
- milvus
- elastic
Expand Down
4 changes: 2 additions & 2 deletions charts/milvus/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
- name: kafka
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 15.5.1
digest: sha256:6f855ae95c4f79e728ceb308eec8e60a5e609c3f8f5aceadd4f98778569c67ab
generated: "2024-11-19T16:13:41.631526+08:00"
digest: sha256:1404dd04da6911d724e0bc3d8334df99451dbdae444f281d139e6fd80d2a0843
generated: "2024-11-22T15:53:03.438015+08:00"
1 change: 1 addition & 0 deletions charts/milvus/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
tags:
- minio
- name: pulsar
alias: pulsar
version: 2.7.8
repository: https://pulsar.apache.org/charts
condition: pulsar.enabled
Expand Down
10 changes: 9 additions & 1 deletion charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ pulsarv3:
pullPolicy: IfNotPresent

zookeeper:
pdb:
usePolicy: false
affinity:
anti_affinity: false
component: zookeeper
Expand Down Expand Up @@ -733,6 +735,8 @@ pulsarv3:
-XX:+PerfDisableSharedMem
bookkeeper:
pdb:
usePolicy: false
affinity:
anti_affinity: false
component: bookie
Expand Down Expand Up @@ -775,7 +779,7 @@ pulsarv3:
-XX:-ResizePLAB
-XX:+ExitOnOutOfMemoryError
-XX:+PerfDisableSharedMem
nettyMaxFrameSizeBytes: "104867840"
autorecovery:
affinity:
anti_affinity: false
Expand All @@ -799,6 +803,8 @@ pulsarv3:
pullPolicy: IfNotPresent

broker:
pdb:
usePolicy: false
affinity:
anti_affinity: false
component: broker
Expand Down Expand Up @@ -841,6 +847,8 @@ pulsarv3:
backlogQuotaDefaultRetentionPolicy: producer_exception

proxy:
pdb:
usePolicy: false
affinity:
anti_affinity: false
component: proxy
Expand Down

0 comments on commit eb09b97

Please sign in to comment.