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