This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Impossible to connect to HMI via Ingress #63
Labels
duplicate
This issue or pull request already exists
Need more info
This issue needs more information
stale
No recent activity, will be closed unless label removed
Hi
after Helm chart deployment of NIFI (0.4.3), I can't access to HMI via ingress. I get a 503 error.
Here are my services :
nifi NodePort 10.43.37.108 8080:31620/TCP 7m13s
nifi-headless ClusterIP None 8080/TCP,6007/TCP 7m13s
and my ingress
Name: nifi-ingress
Namespace: datalake-poc
Address: 10.24.53.56
Default backend: default-http-backend:80 (<error: endpoints "default-http-backend" not found>)
Rules:
Host Path Backends
atmdatalake.nifi.capgemini.com
/ nifi:8080 ()
However, when I display my endpoints, there is a lack for nifi service:
nifi 12m
nifi-headless 10.42.0.80:6007,10.42.0.80:8080 12m
Can it be the cause of the 503 error ?
Regards
The text was updated successfully, but these errors were encountered: