Rasa X Nginx Kubernetes Pod Not Working

I’v gone through almost all of the steps to set up Rasa-X using kubernetes and helm. I get to the stage where I deploy Rasa-X and there seems to be a communication error between the pods. shay@shay-MS-7B09:~/Projects/astrox$ kubectl --namespace astrox get podsNAME READY STATUS RESTARTS AGE svclb-rasa-x-1587479214-nginx-k5cgb 1/1 Running 0 11m rasa-x-1587479214-duckling-5ccdc955dd-srdnp 1/1 Running 0 11m rasa-x-1587479214-app-59799c4dc4-pcmw7 1/1 Running 0 11m rasa-x-1587479214-nginx-cf5b67d9b-r84dd 0/1 CrashLoopBackOff 6 11m rasa-x-1587479214-rasa-production-8687f64867-2ct7f 1/1 Running 4 11m rasa-x-1587479214-rasa-worker-6fc557c4b-rv7s7 1/1 Running 4 11m rasa-x-1587479214-rasa-x-dcc747654-9plxf 0/1 Pending 0 11m rasa-x-1587479214-rabbit-0 0/1 Pending 0 11m rasa-x-1587479214-postgresql-0 0/1 Pending 0 11m rasa-x-1587479214-redis-master-0 0/1 Pending 0 11m rasa-x-1587479214-event-service-6478c85f6-8nggk 0/1 Running 7 11m

Nginx logs: shay@shay-MS-7B09:~/Projects/astrox$ kubectl --namespace astrox logs rasa-x-1587479214-nginx-cf5b67d9b-r84dd SSL encryption is not used since no certificates were provided. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: app 6 Custom action container not found at host ‘app’. Excluding it from the Nginx configuration. >> exec docker CMD nginx 2020/04/21 14:34:13 [emerg] 1#0: host not found in upstream “rasa-x-1587479214-rasa-production:5005” in /opt/bitnami/nginx/conf/conf.d/rasax.nginx:2 nginx: [emerg] host not found in upstream “rasa-x-1587479214-rasa-production:5005” in /opt/bitnami/nginx/conf/conf.d/rasax.nginx:2

I have tried using the rasa helm chart aswell but ran into a similar issue. Any ideas on how to fix?

I got the same issue