17 lines
293 B
YAML
17 lines
293 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
labels:
|
|
name: prometheus
|
|
name: prometheus
|
|
spec:
|
|
endpoints:
|
|
- interval: 30s
|
|
targetPort: 9090
|
|
path: /metrics
|
|
namespaceSelector:
|
|
any: true
|
|
selector:
|
|
matchLabels:
|
|
operated-prometheus: "true"
|