apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
  name: syncthing-servicemonitor
  labels:
    app: syncthing
spec:
  selector:
    matchLabels:
      app: syncthing
  endpoints:
    - port: syncthing-web
      path: /metrics
      bearerTokenSecret:
        name: syncthing-api
        key: token
        namespace: syncthing