Enrich workloads with service and team metadata
Last updated
apiVersion: apps/v1
kind: Deployment
metadata:
name: checkout-api
namespace: production
labels:
groundcover-service: checkout
groundcover-team: payments
spec:
replicas: 3
selector:
matchLabels:
app: checkout-api
template:
metadata:
labels:
app: checkout-api
spec:
containers:
- name: checkout-api
image: example/checkout-api:latest