14 lines
226 B
YAML
14 lines
226 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: PodMonitor
|
|
metadata:
|
|
name: hello-gin
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: hello-gin
|
|
podMetricsEndpoints:
|
|
- targetPort: 8000
|
|
podTargetLabels:
|
|
- customerName
|