mirror of
https://github.com/project-zot/zot.git
synced 2025-02-10 23:39:39 -05:00
15 lines
255 B
YAML
15 lines
255 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: zot-exporter
|
|
labels:
|
|
app: zot-minimal
|
|
spec:
|
|
endpoints:
|
|
- interval: 10s
|
|
port: zot-exporter
|
|
scrapeTimeout: 5s
|
|
selector:
|
|
matchLabels:
|
|
app: zot-minimal
|
|
|