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

Ability to set port for NodePort type service #283

Closed bngsudheer closed 9 months ago

bngsudheer commented 1 year ago

Type of question

Implementation Assistance

Support question

I have this example config:

      externalServices:
            - metadata:
              labels:
                cluster-name: driver-xxx
              name: xxx-nifi-access
              spec:
                portConfigs:
                  - internalListenerName: http
                    port: 8080
                    nodePort: 32626
                type: NodePort

I have tried setting nodePort to a specific port 32626, but the service uses a random port. How do I set a specific port with NodePort type service?

NiFiKop version

No response

Golang version

No response

Kubernetes version

No response

NiFi version

No response

juldrixx commented 9 months ago

Should now be implemented.