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

Commit

Permalink
fix: attu-svc template using wrong lb ip (#460)
Browse files Browse the repository at this point in the history
Signed-off-by: Erzangel <ertche@hotmail.fr>
  • Loading branch information
Erzangel committed Jun 28, 2023
1 parent 8c30651 commit ccdce30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/milvus/templates/attu-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
{{- else if eq .Values.attu.service.type "LoadBalancer" }}
type: LoadBalancer
{{- if .Values.attu.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.attu.service.loadBalancerIP }}
{{- end }}
{{- if .Values.attu.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
Expand Down
1 change: 1 addition & 0 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ attu:
service:
type: ClusterIP
port: 3000
# loadBalancerIP: ""
resources: {}
ingress:
enabled: false
Expand Down

0 comments on commit ccdce30

Please sign in to comment.