A Service selecting nothing
A selector that matches no pod labels, which is a working Service with no endpoints
apiVersion: apps/v1
kind: Deployment
metadata:
name: api
spec:
template:
metadata:
labels:
app: api
---
apiVersion: v1
kind: Service
metadata:
name: api
spec:
selector:
app: nope