Merge pull request #125 from sirius0xdev/fix/data-service-redis-env

fix(data-service): inject REDIS_URL from ConfigMap
This commit is contained in:
sirius0xdev 2026-05-24 14:31:02 -04:00 committed by GitHub
commit b536367aea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: