Files
infrastructure/clusters/cl01tl/manifests/blocky/ServiceMonitor-blocky.yaml
gitea-bot 1cc2630d1a Automated Manifest Update (#2793)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2793
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-23 22:55:06 +00:00

26 lines
562 B
YAML

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