I have installed rasa open source and the pod keeps restarting, something to do with postgresql.
Here are the logs:
(Background on this error at: https://sqlalche.me/e/14/e3q8)
2022-08-09 16:30:39 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) connection to server at "rasa-1660055565-postgresql" (10.96.96.76), port 30020 failed: FATAL: password authentication failed for user "postgres"
(Background on this error at: https://sqlalche.me/e/14/e3q8)
2022-08-09 16:30:44 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) connection to server at "rasa-1660055565-postgresql" (10.96.96.76), port 30020 failed: FATAL: password authentication failed for user "postgres"
I installed rasa open source using helm on a k8 cluster:
Nginx is also failing:
2022/08/09 16:32:05 [error] 31#31: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 10.244.1.1, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:5005/", host: "10.244.1.136:80"
2022/08/09 16:32:05 [error] 33#33: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 10.244.1.1, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:5005/", host: "10.244.1.136:80"
10.244.1.1 - - [09/Aug/2022:16:32:05 +0000] "GET / HTTP/1.1" 502 150 "-" "kube-probe/1.24"
10.244.1.1 - - [09/Aug/2022:16:32:05 +0000] "GET / HTTP/1.1" 502 150 "-" "kube-probe/1.24"
All other pods are working fine apart from rasa, nginx
Any ideas? I have been trying to solve this for like 4 days now.