fluent / helm-charts

Helm Charts for Fluentd and Fluent Bit
Apache License 2.0
366 stars 438 forks source link

[fluentd] helm chart - ability to specify nodeport manually #491

Open butschi84 opened 2 months ago

butschi84 commented 2 months ago

Situation

Expectation

In the values file I like to be able to specify the nodeport manually to a specific value like so:

service:
  enabled: true
  type: "NodePort"
  ports: 
   - name: "forwarder"
     protocol: TCP
     containerPort: 24224
     nodePort: 32101