cetic / helm-nifi

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

Support for ListenHTTP #311

Open galvo opened 1 year ago

galvo commented 1 year ago

Would it possible to add support for exposing additional ListenHTTP ports and paths via Helm chart?

anmoln4 commented 1 year ago

@galvo same issue with me I have deployed 3 node cluster on AWS eks and exposing application using ingress controller.I have opened some additional ports on nifi pods and in nifi service also I have verified this within the cluster .custom ports are opened and I am able to use them in HandleHttp processor. But if I send data using ingress host on custom port .my ingress is rejecting the request giving me 502 error.

Is there any way I can access the UI on 8443 port and also use custom ports with same host?

Pls guide me here