This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/tbrntmon/servicemonitor.yaml

17 lines
289 B
YAML
Raw Normal View History

2020-06-01 12:27:10 +00:00
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: nodeexporter
namespace: tbrntmon
spec:
endpoints:
- interval: 30s
path: /metrics
port: "9100"
namespaceSelector:
matchNames:
- tbrntmon
selector:
matchLabels:
app: nodeexporter