You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
373 B
YAML
21 lines
373 B
YAML
11 months ago
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
labels:
|
||
|
name: prometheus
|
||
|
name: prometheus
|
||
|
namespace: metrics
|
||
|
spec:
|
||
|
endpoints:
|
||
|
- interval: 30s
|
||
|
targetPort: 9090
|
||
|
path: /metrics
|
||
|
- interval: 30s
|
||
|
targetPort: 8080
|
||
|
path: /metrics
|
||
|
namespaceSelector:
|
||
|
any: true
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
prometheus.io/scrape: "true"
|