Skip to content

Commit 02dca32

Browse files
committed
feat(fluentd): ability to specify nodeport manually
Signed-off-by: roman huesler <[email protected]>
1 parent 4298193 commit 02dca32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/fluentd/templates/service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ spec:
2828
port: {{ $port.containerPort }}
2929
targetPort: {{ $port.containerPort }}
3030
protocol: {{ $port.protocol }}
31+
{{- if $port.nodePort }}
32+
nodePort: {{ $port.nodePort }}
33+
{{- end }}
3134
{{- end }}
3235
{{- end }}
3336
selector:

0 commit comments

Comments
 (0)