feat(metrics): add INTERNAL_SECRET environment variable to Redis configuration

This commit is contained in:
2026-06-10 10:04:43 +02:00
parent f48e4e9de1
commit 6b2ba5d90c
+5
View File
@@ -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