We need a way to set specific labels and annotations on deployed resources like deployments and services
spec:
image: ghcr.io/modelcontextprotocol/servers/github:latest
port: 8080
# Applied to Deployment, Service, AND pod template
labels:
team: platform
cost-center: "12345"
annotations:
app.kubernetes.io/managed-by: mcp-lifecycle-operator
We need a way to set specific labels and annotations on deployed resources like deployments and services