Files
infrastructure/clusters/cl01tl/manifests/n8n/ServiceMonitor-n8n-webhook.yaml
gitea-bot 7787ab6f59 Automated Manifest Update (#2805)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2805
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-24 04:52:41 +00:00

25 lines
543 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: n8n-webhook
labels:
app.kubernetes.io/instance: n8n
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: n8n
helm.sh/chart: n8n-4.5.0
namespace: n8n
spec:
jobLabel: "n8n-webhook"
namespaceSelector:
matchNames:
- n8n
selector:
matchLabels:
app.kubernetes.io/instance: n8n-webhook
app.kubernetes.io/name: n8n-webhook
endpoints:
- interval: 3m
path: /metrics
port: http
scrapeTimeout: 1m