Now, I had a look at .env and everything looks correct. I thought maybe the problem was that the local SQL server is running in a socket – so I tried to add a socketPath to config/database.js, as ...
I have an internal k8s cluster , metalLB , ingress nginx , everything working fine, here my yaml --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: thankyou-mysql-pvc namespace: thankyou ...