AWX Install challenges

After following the basic install steps I am unable to reach the AWX web interface - is minikube bound to localhost and only allowing connections from the server? Hoping someone can review the output below and provide any suggestions as I am stumped.

$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
01e096204e5a gcr.io/k8s-minikube/kicbase:v0.0.25 “/usr/local/bin/entr…” 29 minutes ago Up 29 minutes 127.0.0.1:49162->22/tcp, 127.0.0.1:49161->2376/tcp, 127.0.0.1:49160->5000/tcp, 127.0.0.1:49159->8443/tcp, 127.0.0.1:49158->32443/tcp minikube

$ kubectl get pods -l “app.kubernetes.io/managed-by=awx-operator
NAME READY STATUS RESTARTS AGE
awx-demo-65d9bf775b-fw65q 4/4 Running 0 19m
awx-demo-postgres-13-0 1/1 Running 0 20m

$ kubectl get svc -l “app.kubernetes.io/managed-by=awx-operator
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
awx-demo-postgres-13 ClusterIP None 5432/TCP 25m
awx-demo-service NodePort 10.99.xxx.yyy 80:30080/TCP 24m

$ minikube service list