mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
16 lines
270 B
YAML
16 lines
270 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: unpoller
|
|
namespace: unpoller
|
|
spec:
|
|
endpoints:
|
|
- path: /metrics
|
|
port: metrics
|
|
namespaceSelector:
|
|
matchNames:
|
|
- unpoller
|
|
selector:
|
|
matchLabels:
|
|
app: unpoller
|