From 2ebd722b068025556c72d9baa8ccbb1c76a40c41 Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 24 May 2026 13:36:00 +0200 Subject: [PATCH] feat(metrics): add Redis exporter deployment and update kustomization --- redis/eu-central-1/redis-exporter.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/redis/eu-central-1/redis-exporter.yaml b/redis/eu-central-1/redis-exporter.yaml index 9b808ea..e17abf8 100644 --- a/redis/eu-central-1/redis-exporter.yaml +++ b/redis/eu-central-1/redis-exporter.yaml @@ -21,6 +21,7 @@ spec: image: oliver006/redis_exporter:v1.66.0 args: - --redis.addr=redis://redis-master.redis.svc.cluster.local:6379 + - --check-streams=*:game-writeback,*:game-writeback-dlq ports: - name: metrics containerPort: 9121