Files
apps
adguard
finance
homarr
homeassistant
immich
media
monitoring
nextcloud
ntfy
rss
syncthing
deployment.yaml
ingress.yaml
kustomization.yaml
namespace.yaml
pvc.yaml
service.yaml
servicemonitor.yaml
syncthing-api.sealedsecret.yaml
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
k3s-infra/apps/syncthing/servicemonitor.yaml
2024-01-08 15:48:38 +01:00

18 lines
347 B
YAML

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