cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 228 forks source link

Allow addition of containerPort(s) to nifi via Helm Chart #292

Closed kirkxd closed 1 year ago

kirkxd commented 1 year ago

What this PR does / why we need it:

This PR is created because current chart functionality doesn't allow for modification or additions of Container Ports for the nifi pod. With this addition, we can now configure extra ports that can be listened on in order to utilize other functionality of Nifi in Kubernetes. For our use case, we need to actively manage additional ports because of some processors in NiFi where we can choose to listen on certain ports. Issue was that ports cannot be changed or added in Chart values.

Which issue this PR fixes

N/A

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

banzo commented 1 year ago

Thanks!

kirkxd commented 1 year ago

Thanks!

Awesome, thank you!