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

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