Hello,
I need help with something I couldn’t fix. I am building my docker image with CodeShip locally using jet
my application is Python app running Airlfow
and I am using postgresql
as Airflow metadatabase when I run
jet steps --ci-branch build-docker-image
the web server is not able to reach out to postgres-service
host through ` here what I am getting as output: https://pastebin.com/r6ZEjZ5f
This is working on minikube
when I build the image is not having trouble to connect to the database link.
Please if someone has an idea of where is the issue? or how to fix it or probably where I should look more?