chore(helm): Enabling redis string for helm template variable (#1159)
fix #1158 Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
bf546e8e3a
commit
cb64fcb3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ kafka: &kafka
|
||||||
# value: "3000000"
|
# value: "3000000"
|
||||||
|
|
||||||
redis: &redis
|
redis: &redis
|
||||||
# enabled: false
|
enabled: true
|
||||||
redisHost: "redis-master.db.svc.cluster.local"
|
redisHost: "redis-master.db.svc.cluster.local"
|
||||||
redisPort: "6379"
|
redisPort: "6379"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue