Skip to content

Commit

Permalink
feat(fluentd): ability to specify nodeport manually
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Huesler <roman.huesler@icloud.com>
  • Loading branch information
butschi84 committed Apr 19, 2024
1 parent 4298193 commit 3b24410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/fluentd/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ spec:
port: {{ $port.containerPort }}
targetPort: {{ $port.containerPort }}
protocol: {{ $port.protocol }}
{{- if $port.nodePort }}
nodePort: {{ $port.nodePort }}
{{- end }}
{{- end }}
{{- end }}
selector:
Expand Down

0 comments on commit 3b24410

Please sign in to comment.