Access Rasa X from Local machine

I have installed rasa-x with helm chart on local machine.

kubectl --namespace rasa get service
NAME                                              TYPE           CLUSTER-IP       EXTERNAL-IP   PORT(S)
   AGE
rasa-x-1649351846-app                             ClusterIP      10.105.204.254   <none>        5055/TCP,80/TCP
   7m57s
rasa-x-1649351846-db-migration-service-headless   ClusterIP      None             <none>        8000/TCP
   7m57s
rasa-x-1649351846-duckling                        ClusterIP      10.110.156.191   <none>        8000/TCP
   7m57s
rasa-x-1649351846-nginx                           LoadBalancer   10.102.34.97     <pending>     8000:31423/TCP
   7m57s
rasa-x-1649351846-postgresql                      ClusterIP      10.109.243.9     <none>        5432/TCP
   7m57s
rasa-x-1649351846-postgresql-headless             ClusterIP      None             <none>        5432/TCP
   7m57s
rasa-x-1649351846-rabbit                          ClusterIP      10.107.26.198    <none>        5672/TCP,4369/TCP,25672/TCP,15672/TCP   7m57s
rasa-x-1649351846-rabbit-headless                 ClusterIP      None             <none>        4369/TCP,5672/TCP,25672/TCP,15672/TCP   7m57s
rasa-x-1649351846-rasa-worker                     ClusterIP      10.101.163.56    <none>        5005/TCP
   7m57s
rasa-x-1649351846-rasa-x                          ClusterIP      10.106.88.126    <none>        5002/TCP
   7m57s
rasa-x-1649351846-redis-headless                  ClusterIP      None             <none>        6379/TCP
   7m57s
rasa-x-1649351846-redis-master                    ClusterIP      10.107.185.121   <none>        6379/TCP
   7m57s

How to access it now?