mirror of
https://github.com/project-zot/zot.git
synced 2025-01-06 22:40:28 -05:00
16 lines
257 B
YAML
16 lines
257 B
YAML
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
name: zot-extended
|
||
|
labels:
|
||
|
app: zot-extended
|
||
|
spec:
|
||
|
endpoints:
|
||
|
- interval: 10s
|
||
|
port: zot-extended
|
||
|
scrapeTimeout: 5s
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: zot-extended
|
||
|
|