apiVersion: v1 kind: Service metadata: name: docuseal-postgresql namespace: docuseal spec: selector: app: docuseal-postgresql type: ClusterIP ports: - name: postgres protocol: TCP port: 5432 targetPort: 5432