feat(metrics): add INTERNAL_SECRET environment variable to Redis configuration
This commit is contained in:
@@ -434,6 +434,11 @@ spec:
|
|||||||
value: redis-master.redis.svc.cluster.local
|
value: redis-master.redis.svc.cluster.local
|
||||||
- name: REDIS_PORT
|
- name: REDIS_PORT
|
||||||
value: "6379"
|
value: "6379"
|
||||||
|
- name: INTERNAL_SECRET
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: ncs-internal-secret
|
||||||
|
key: INTERNAL_SECRET
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8088
|
- containerPort: 8088
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user