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