Unable to launch AWX UI using Load Balancer

Do I access the AWX UI using the E__xternal IP__ mentioned in the awx-service or using the IPAddress mentioned in the awx-ingress?

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/awx-service LoadBalancer x.x.x.x x.x.x.x 443:31372/TCP 7d23h
service/controller-manager-metrics-service ClusterIP x.x.x.x 8443/TCP 7d23h

NAME CLASS HOSTS ADDRESS PORTS AGE
awx-ingress awx-dev.com x.x.x.x 80 7d23h

The issue still persists even after applying self-signed SSL certs.

I have configured SSL certs as per guidelines under https://devopscube.com/configure-ingress-tls-kubernetes/.

I created the secret containing the certs before installing AWX.

What could I be doing wrong?

Did you add your self signed CA cert to your browser’s trust store, or your organization’s certificate authority?

AWX Team