Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
butschi84 opened this issue Apr 19, 2024 · 0 comments
Open

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

butschi84 opened this issue Apr 19, 2024 · 0 comments

Comments

@butschi84
Copy link

Situation

  • I like to setup fluentd on kubernetes using the helm chart so it can receive rsyslog
  • In our environment, I have to setup a loadbalancer (external of the k8s cluster) which forwards traffic to my k8s cluster to a certain nodeport
  • in the fluentd helm chart, there seems to be no possiblity to specify a port number for the nodeport service manually (see here)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant