We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5101526 commit 06cc51cCopy full SHA for 06cc51c
charts/proxy-http-server/templates/service.yaml
@@ -38,7 +38,7 @@ spec:
38
{{- end }}
39
ports:
40
- port: {{ .Values.service.port }}
41
- targetPort: http
+ targetPort: {{ .Values.containerPort }}
42
name: http
43
{{- if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) (not (empty .Values.service.nodePort)) }}
44
nodePort: {{ .Values.service.nodePort }}
0 commit comments