2021-08-28 20:48:00 +00:00
|
|
|
apiVersion: monitoring.coreos.com/v1
|
|
|
|
kind: ServiceMonitor
|
|
|
|
metadata:
|
2021-09-06 23:45:09 +00:00
|
|
|
name: any-namespaces-http
|
2021-08-28 20:48:00 +00:00
|
|
|
labels:
|
|
|
|
monitor: prometheus
|
|
|
|
spec:
|
|
|
|
namespaceSelector:
|
|
|
|
any: true
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
monitor: prometheus
|
|
|
|
endpoints:
|
|
|
|
- port: http
|