Skip to content

Commit 3b24410

Browse files
committed
feat(fluentd): ability to specify nodeport manually
Signed-off-by: Roman Huesler <roman.huesler@icloud.com>
1 parent 4298193 commit 3b24410

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)