This is a simple application to test the connection to a Postgres database.
helm upgrade --install db-connection-test ./infra/go-db-connection-test --set db.connectionString="postgres://postgres:secretpw1@postgres-postgresql:5432/postgres"
To test the connection, run the following command:
curl http://localhost:8080/connect