mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
18 lines
358 B
YAML
18 lines
358 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: badger
|
|
labels:
|
|
app: badger
|
|
release: prometheus # this can make the service monitor be discovered by prometheus
|
|
spec:
|
|
namespaceSelector:
|
|
matchNames:
|
|
- apps
|
|
selector:
|
|
matchLabels:
|
|
app: badger
|
|
endpoints:
|
|
- port: metrics-port
|
|
interval: 30s
|