apiVersion: v1 kind: Service metadata: name: pgcat spec: ports: - port: 6432 protocol: TCP targetPort: 6432 selector: app: pgcat type: ClusterIP