We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4298193 commit 3b24410Copy full SHA for 3b24410
1 file changed
charts/fluentd/templates/service.yaml
@@ -28,6 +28,9 @@ spec:
28
port: {{ $port.containerPort }}
29
targetPort: {{ $port.containerPort }}
30
protocol: {{ $port.protocol }}
31
+ {{- if $port.nodePort }}
32
+ nodePort: {{ $port.nodePort }}
33
+ {{- end }}
34
{{- end }}
35
36
selector:
0 commit comments