Files
infrastructure/clusters/cl01tl/manifests/stalwart/ServiceMonitor-stalwart-valkey.yaml
gitea-bot 0ee7a396a3 Automated Manifest Update (#4476)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4476
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-06 05:58:12 +00:00

25 lines
640 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: stalwart-valkey
labels:
helm.sh/chart: valkey-0.9.3
app.kubernetes.io/name: valkey
app.kubernetes.io/instance: stalwart
app.kubernetes.io/version: "9.0.3"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: valkey
app.kubernetes.io/component: service-monitor
spec:
endpoints:
- port: metrics
interval: 30s
namespaceSelector:
matchNames:
- stalwart
selector:
matchLabels:
app.kubernetes.io/name: valkey
app.kubernetes.io/instance: stalwart
app.kubernetes.io/component: metrics