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
Tobias Brunner 4d219c4c9b
All checks were successful
continuous-integration/drone/push Build is passing
tbrntmon project initialization
2020-06-01 14:27:10 +02:00

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