add redis

This commit is contained in:
2025-03-30 14:09:32 +02:00
parent 0e5c6d4fae
commit 8bbd2ff08a
6 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: redis-sentinel-config
namespace: redis
data:
sentinel.conf: |
port 26379
sentinel monitor mymaster redis-0.redis.grafana.svc.cluster.local 6379 2
sentinel down-after-milliseconds mymaster 5000
sentinel failover-timeout mymaster 10000
sentinel parallel-syncs mymaster 1