17 lines
390 B
YAML
17 lines
390 B
YAML
|
|
# ServiceMonitor for Picsur (uncomment if metrics endpoint is available)
|
||
|
|
# apiVersion: monitoring.coreos.com/v1
|
||
|
|
# kind: ServiceMonitor
|
||
|
|
# metadata:
|
||
|
|
# name: picsur-metrics
|
||
|
|
# namespace: picsur-system
|
||
|
|
# labels:
|
||
|
|
# app: picsur
|
||
|
|
# spec:
|
||
|
|
# selector:
|
||
|
|
# matchLabels:
|
||
|
|
# app: picsur
|
||
|
|
# endpoints:
|
||
|
|
# - port: http
|
||
|
|
# path: /metrics
|
||
|
|
# interval: 30s
|
||
|
|
# scrapeTimeout: 10s
|