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
18 lines
347 B
YAML
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
|