konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
131 stars 45 forks source link

[Feature/NifiCluster] Add abitility to set nodePort #323

Closed juldrixx closed 10 months ago

juldrixx commented 10 months ago
Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
Related tickets fixes https://github.com/konpyutaika/nifikop/issues/283
License Apache 2.0

What's in this PR?

Adds the ability to set the NodePort Service nodePort. This field is new and optional, defaulting to nothing.

Why?

By default and for convenience, the Kubernetes control plane will allocate a port from a range (default: 30000-32767) but some users want to specify it.

Checklist