switch redis
Some checks failed
lint-test-helm / helm-lint (push) Successful in 48s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-07-29 20:22:44 -05:00
parent b26b99b83d
commit 23346060fd
4 changed files with 54 additions and 28 deletions

View File

@@ -17,3 +17,24 @@ spec:
interval: 30s
scrapeTimeout: 10s
path: /metrics
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: redis-replication-blocky
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: redis-replication-blocky
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
redis-operator: "true"
env: production
spec:
selector:
matchLabels:
redis_setup_type: replication
endpoints:
- port: redis-exporter
interval: 30s
scrapeTimeout: 10s