This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
3
3
appVersion : " 2.2.11"
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 : 4.0.26
6
+ version : 4.0.27
7
7
keywords :
8
8
- milvus
9
9
- elastic
Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ metadata:
5
5
name : {{ template "milvus.attu.fullname" . }}
6
6
labels :
7
7
{{ include "milvus.labels" . | indent 4 }}
8
+ {{- if .Values.attu.service.labels }}
9
+ {{ toYaml .Values.attu.service.labels | indent 4 }}
10
+ {{- end }}
8
11
component : " attu"
12
+ {{- if .Values.attu.service.annotations }}
13
+ annotations :
14
+ {{ toYaml .Values.attu.service.annotations | indent 4 }}
15
+ {{- end }}
9
16
spec :
10
17
{{- if (or (eq .Values.attu.service.type "ClusterIP") (empty .Values.attu.service.type)) }}
11
18
type : ClusterIP
Original file line number Diff line number Diff line change @@ -402,6 +402,8 @@ attu:
402
402
tag : v2.2.4
403
403
pullPolicy : IfNotPresent
404
404
service :
405
+ annotations : {}
406
+ labels : {}
405
407
type : ClusterIP
406
408
port : 3000
407
409
# loadBalancerIP: ""
You can’t perform that action at this time.
0 commit comments