Describe what should be investigated or refactored
Documentation should be improved to include instruction to use SSL when connecting to postgres. If you don't the pg_conf will drop your connection.
Note, you can view pg_conf by shelling into the postgres container and then catting the pg related yaml.
Links to any relevant code
You can see here how I had to instruct Harbor to use ssl when connecting to postgre. Until it did that, I received back a fatal connection error.
You can see this Harbor setting here: https://github.com/goharbor/harbor-helm/blob/main/values.yaml#L943