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