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

Commit

Permalink
[milvus-helm] added annotations for attu service (#463)
Browse files Browse the repository at this point in the history
* Service port name template according to Istio naming convention (#451)

Signed-off-by: Gleb Vazhenin <[email protected]>
Signed-off-by: Charls John - c0j06xo <[email protected]>

* Bump milvus version to 2.2.10 (#452)

Signed-off-by: Bennu-Li <[email protected]>
Signed-off-by: Charls John - c0j06xo <[email protected]>

* fix: attu-svc template using wrong lb ip (#460)

Signed-off-by: Erzangel <[email protected]>
Signed-off-by: Charls John - c0j06xo <[email protected]>

* Bump milvus version to 2.2.11 (#461)

Signed-off-by: Bennu-Li <[email protected]>
Signed-off-by: Charls John - c0j06xo <[email protected]>

* added annotations for attu service

Signed-off-by: Charls John - c0j06xo <[email protected]>

---------

Signed-off-by: Gleb Vazhenin <[email protected]>
Signed-off-by: Charls John - c0j06xo <[email protected]>
Signed-off-by: Bennu-Li <[email protected]>
Signed-off-by: Erzangel <[email protected]>
Co-authored-by: Gleb Vazhenin <[email protected]>
Co-authored-by: Bennu <[email protected]>
Co-authored-by: Luka <[email protected]>
Co-authored-by: Charls John - c0j06xo <[email protected]>
  • Loading branch information
5 people authored Jul 4, 2023
1 parent 2d36b61 commit 0121fbb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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.2.11"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.0.26
version: 4.0.27
keywords:
- milvus
- elastic
Expand Down
7 changes: 7 additions & 0 deletions charts/milvus/templates/attu-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ metadata:
name: {{ template "milvus.attu.fullname" . }}
labels:
{{ include "milvus.labels" . | indent 4 }}
{{- if .Values.attu.service.labels }}
{{ toYaml .Values.attu.service.labels | indent 4 }}
{{- end }}
component: "attu"
{{- if .Values.attu.service.annotations }}
annotations:
{{ toYaml .Values.attu.service.annotations | indent 4 }}
{{- end }}
spec:
{{- if (or (eq .Values.attu.service.type "ClusterIP") (empty .Values.attu.service.type)) }}
type: ClusterIP
Expand Down
2 changes: 2 additions & 0 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ attu:
tag: v2.2.4
pullPolicy: IfNotPresent
service:
annotations: {}
labels: {}
type: ClusterIP
port: 3000
# loadBalancerIP: ""
Expand Down

0 comments on commit 0121fbb

Please sign in to comment.