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
125 stars 42 forks source link

Recommended approach for services to utilise ListenHTTP/HandleHTTPRequest processor #265

Closed jayctran closed 1 year ago

jayctran commented 1 year ago

Hi,

Currently trying to utilise the ListenHTTP processor and when it's started, it spins up a web server to listen to requests on a certain port.

I'm accessing Nifi on our kubernetes cluster with ingress but I couldn't find a way to specify additional external services pointing to this port as they all require an internalListner service.

Is there a recommended approach to this or a potential enhancement to include custom listenHttp ports as an internal service (ie. a new InternalListener type of 'http-listener')?

jayctran commented 1 year ago

Just realised type isn't required and that's how I can set the internal listener.

mh013370 commented 1 year ago

Yes this is the way! :)