This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
33appVersion : " 2.2.9"
44kubeVersion : " ^1.10.0-0"
55description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6- version : 4.0.23
6+ version : 4.0.24
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ The following table lists the configurable parameters of the Milvus Service and
161161| ` extraConfigFiles ` | Extra config to override default milvus.yaml | ` user.yaml: ` |
162162| ` service.type ` | Service type | ` ClusterIP ` |
163163| ` service.port ` | Port where service is exposed | ` 19530 ` |
164+ | ` service.portName ` | Useful for [ Istio protocol selection] ( https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/ ) | ` milvus ` |
164165| ` service.nodePort ` | Service nodePort | ` unset ` |
165166| ` service.annotations ` | Service annotations | ` {} ` |
166167| ` service.labels ` | Service custom labels | ` {} ` |
Original file line number Diff line number Diff line change 3636 type : {{ .Values.service.type }}
3737{{- end }}
3838 ports :
39- - name : milvus
39+ - name : {{ .Values.service.portName }}
4040 port : {{ .Values.service.port }}
4141 protocol : TCP
4242 targetPort : milvus
5656{{- else if and .Values.proxy.enabled .Values.cluster.enabled }}
5757 component : " proxy"
5858{{- end }}
59- {{- end }}
59+ {{- end }}
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ extraConfigFiles:
5858service :
5959 type : ClusterIP
6060 port : 19530
61+ portName : milvus
6162 nodePort : " "
6263 annotations : {}
6364 labels : {}
You can’t perform that action at this time.
0 commit comments