Closed asiriwork closed 2 years ago
I am having a similar issue.
@banzo Can we expect a fix anytime soon?
@asiriwork You can try the branch named develop instead of master. I could be able to overcome this error by using develop branch.
@kavndu I have followed the develop branch values.yaml getting this error. Any idea. Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Service.spec.ports[0]): missing required field "port" in io.k8s.api.core.v1.ServicePort
Closing, this is stale.
Please reopen if the problem is still happening.
Helm version: v3.5.2 Kubernetes version: v1.20.4 nifi chart version: latest : 1.0.2
I'm trying to connect to nifi UI deployed in kubernetes.
I have set following properties in values yaml
10.0.39.39 - is the kubernetes masternode internal ip.
When nifi get started i get follwoing
and when i do a curl
curl https://10.0.39.39:30666 put sample.txt -k
Tried lot of things but still cannot add whitelist master node ip in proxy hosts Ingress is not used
edit: it looks like properties set in values.yaml is not set in nifi.properties in side the pod. Is there any reason for this? Appreciate help!