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