mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
13 lines
237 B
YAML
13 lines
237 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: prometheus-operator
|
|
labels:
|
|
k8s-app: prometheus-operator
|
|
spec:
|
|
endpoints:
|
|
- port: http
|
|
selector:
|
|
matchLabels:
|
|
k8s-app: prometheus-operator
|