Skip to content

Commit 4a49dd1

Browse files
committed
fixed: incorrect the svc target port value
1 parent ea2df19 commit 4a49dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/magda-embedding-api/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
{{- end }}
3131
protocol: TCP
3232
name: {{ .Values.service.httpPortName | default "http" }}
33-
targetPort: {{ .Values.service.port }}
33+
targetPort: {{ .Values.service.targetPort }}
3434
{{- if .Values.service.loadBalancerIP }}
3535
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
3636
{{- end }}

0 commit comments

Comments
 (0)