adamant-kite-43734
05/12/2025, 10:55 AMchilly-art-66797
05/13/2025, 4:27 PMtestcontainers/ryuk:0.8.1
runs inside kubernetes, so the 127.0.0.1
refers to the pod that runs the test container, not the macOS machine. 127.0.0.1:32803
is how you, from your laptop, outside kubernetes can access the postgres container.
The test container needs to call the postgres service name as a hostname and the postgres service port as port, not the NodePort