Skip to content

Commit 06cc51c

Browse files
committed
[CHART] fix http-server service chart
Signed-off-by: Lance-Drane <[email protected]>
1 parent 5101526 commit 06cc51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/proxy-http-server/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
{{- end }}
3939
ports:
4040
- port: {{ .Values.service.port }}
41-
targetPort: http
41+
targetPort: {{ .Values.containerPort }}
4242
name: http
4343
{{- if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) (not (empty .Values.service.nodePort)) }}
4444
nodePort: {{ .Values.service.nodePort }}

0 commit comments

Comments
 (0)