mirror of
https://github.com/project-zot/zot.git
synced 2024-12-30 22:34:13 -05:00
8e4d828867
Signed-off-by: Alexei Dodon <adodon@cisco.com>
15 lines
257 B
YAML
15 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
|
|
|