79084114

Date: 2024-10-13 20:50:57
Score: 1.5
Natty:
Report link

It looks like there is a misconfiguration in your Go code. The port says "53" while you should be targeting "5432". Try changing that.

Also, make sure you use the correct service domain name. Try kubectl port-forward -n <NAMESPACE> svc/authentication-headless-service 8080:5432 and see if it works.

Also, make sure the Postgres instances are healthy.

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ryan