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

Commit

Permalink
feat: use attu svc port variable in template (#473)
Browse files Browse the repository at this point in the history
The default values file has a `port` field, which is never used. This commit makes the attu-svc template use the specified value.

Signed-off-by: Luka Bigot <[email protected]>
  • Loading branch information
Erzangel authored Aug 7, 2023
1 parent 405dd7b commit 88ff515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/milvus/templates/attu-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ spec:
ports:
- name: attu
protocol: TCP
port: 3000
port: {{ .Values.attu.service.port }}
targetPort: 3000
selector:
{{ include "milvus.matchLabels" . | indent 4 }}
component: "attu"
{{- end }}
{{- end }}

0 comments on commit 88ff515

Please sign in to comment.