
- You can connect to this postgres only within the cluster itself on this url : postgresql://{{ template "common.names.fullname" . }}:{{ .Values.postgresql.global.postgresql.service.ports.postgresql }}
- The database name is **{{ .Values.postgresql.auth.database }}**
- The username is **{{ .Values.postgresql.auth.username }}**
- The password is **{{ .Values.postgresql.auth.password }}**
- The admin username is postgres and password is **{{ .Values.postgresql.auth.postgresPassword }}**
