I have an external postgres database (using digital ocean); I am able to connect to it from my laptop but I get a connection timeout from my minikube kubernetes pod. This is in dotnet core (not sure if that matters)
fail: Program[0] identity-55595689b5-qb8gh identity Npgsql.NpgsqlException (0x80004005): Failed to connect to :25060
I also added external IP and external name service .. but still getting timeouts.. could anyone please let me know what I might be doing wrong