Merge pull request #125 from sirius0xdev/fix/data-service-redis-env
fix(data-service): inject REDIS_URL from ConfigMap
This commit is contained in:
commit
b536367aea
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ spec:
|
|||
- configMapRef:
|
||||
name: trading-data-service-config
|
||||
env:
|
||||
- name: REDIS_URL
|
||||
value: "redis://$(REDIS_HOST):$(REDIS_PORT)/0"
|
||||
- name: DB_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue