Automated Manifest Update (#4470)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4470
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4470.
This commit is contained in:
2026-03-06 05:03:01 +00:00
committed by Alex Lebens
parent 417a3c6333
commit 5b48b98c20
25 changed files with 428 additions and 84 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: harbor-valkey
labels:
helm.sh/chart: valkey-0.9.3
app.kubernetes.io/name: valkey
app.kubernetes.io/instance: harbor
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:
- harbor
selector:
matchLabels:
app.kubernetes.io/name: valkey
app.kubernetes.io/instance: harbor
app.kubernetes.io/component: metrics