apiVersion: v1 kind: Service metadata: name: patsy namespace: apis spec: selector: app: patsy ports: - protocol: TCP port: 80 targetPort: 80