From 6b2ba5d90cc0dd24292a6f8ada118b399ac92298 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 10 Jun 2026 10:04:43 +0200 Subject: [PATCH] feat(metrics): add INTERNAL_SECRET environment variable to Redis configuration --- nowchess/base/nowchess-rollouts.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nowchess/base/nowchess-rollouts.yaml b/nowchess/base/nowchess-rollouts.yaml index 4b2cbad..6998432 100755 --- a/nowchess/base/nowchess-rollouts.yaml +++ b/nowchess/base/nowchess-rollouts.yaml @@ -434,6 +434,11 @@ spec: value: redis-master.redis.svc.cluster.local - name: REDIS_PORT value: "6379" + - name: INTERNAL_SECRET + valueFrom: + secretKeyRef: + name: ncs-internal-secret + key: INTERNAL_SECRET ports: - containerPort: 8088 protocol: TCP