You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed thingsboard using HELM. All the services and pods are up and running but cannot access the thingsboard app.
I have tried the following-
Using ingress ip
Using tb-https ip
It seems none of them are working.
Here is the status of the pods
Here is the status of the services
Status of the cert-manager and nginx-ingress:
How can I access the thingsboard?
The text was updated successfully, but these errors were encountered:
HAve you set an an ingress? I cannot see it in the logs shown.
In order to access the service you'll need on of these:
ingress and a ingress controller like nginx, DNS pointing there...
set service as loadbalancer, but that's a lot more tricky, because some routes should go to the Thingsboard webui and others to the Thingsboard node
Do you have other ingress services working in this cluster so you can be sure ingress is working properly?
I have installed thingsboard using HELM. All the services and pods are up and running but cannot access the thingsboard app.
I have tried the following-
It seems none of them are working.
Here is the status of the pods
Here is the status of the services
Status of the cert-manager and nginx-ingress:
How can I access the thingsboard?
The text was updated successfully, but these errors were encountered: