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

Commit 0121fbb

Browse files
charlspjohnpunkerpunkerBennu-LiErzangelCharls John - c0j06xo
authored
[milvus-helm] added annotations for attu service (#463)
* Service port name template according to Istio naming convention (#451) Signed-off-by: Gleb Vazhenin <gleb.vazhenin@team.bumble.com> Signed-off-by: Charls John - c0j06xo <Charls.John@walmart.com> * Bump milvus version to 2.2.10 (#452) Signed-off-by: Bennu-Li <yunmei.li@zilliz.com> Signed-off-by: Charls John - c0j06xo <Charls.John@walmart.com> * fix: attu-svc template using wrong lb ip (#460) Signed-off-by: Erzangel <ertche@hotmail.fr> Signed-off-by: Charls John - c0j06xo <Charls.John@walmart.com> * Bump milvus version to 2.2.11 (#461) Signed-off-by: Bennu-Li <yunmei.li@zilliz.com> Signed-off-by: Charls John - c0j06xo <Charls.John@walmart.com> * added annotations for attu service Signed-off-by: Charls John - c0j06xo <Charls.John@walmart.com> --------- Signed-off-by: Gleb Vazhenin <gleb.vazhenin@team.bumble.com> Signed-off-by: Charls John - c0j06xo <Charls.John@walmart.com> Signed-off-by: Bennu-Li <yunmei.li@zilliz.com> Signed-off-by: Erzangel <ertche@hotmail.fr> Co-authored-by: Gleb Vazhenin <54440025+punkerpunker@users.noreply.github.com> Co-authored-by: Bennu <yunmei.li@zilliz.com> Co-authored-by: Luka <57399897+Erzangel@users.noreply.github.com> Co-authored-by: Charls John - c0j06xo <Charls.John@walmart.com>
1 parent 2d36b61 commit 0121fbb

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-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.11"
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: 4.0.26
6+
version: 4.0.27
77
keywords:
88
- milvus
99
- elastic

charts/milvus/templates/attu-svc.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ metadata:
55
name: {{ template "milvus.attu.fullname" . }}
66
labels:
77
{{ include "milvus.labels" . | indent 4 }}
8+
{{- if .Values.attu.service.labels }}
9+
{{ toYaml .Values.attu.service.labels | indent 4 }}
10+
{{- end }}
811
component: "attu"
12+
{{- if .Values.attu.service.annotations }}
13+
annotations:
14+
{{ toYaml .Values.attu.service.annotations | indent 4 }}
15+
{{- end }}
916
spec:
1017
{{- if (or (eq .Values.attu.service.type "ClusterIP") (empty .Values.attu.service.type)) }}
1118
type: ClusterIP

charts/milvus/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ attu:
402402
tag: v2.2.4
403403
pullPolicy: IfNotPresent
404404
service:
405+
annotations: {}
406+
labels: {}
405407
type: ClusterIP
406408
port: 3000
407409
# loadBalancerIP: ""

0 commit comments

Comments
 (0)