fix: simplyfy redis, and run staging in standalone mode
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
replica:
|
||||
replicaCount: 2
|
||||
architecture: replication
|
||||
|
||||
auth:
|
||||
enabled: true
|
||||
sentinel: true
|
||||
password: ""
|
||||
usePasswordFiles: false
|
||||
existingSecretPasswordKey: ""
|
||||
existingSecret: prod-redis
|
||||
|
||||
service:
|
||||
nodePorts:
|
||||
redis: 30379
|
||||
|
||||
Reference in New Issue
Block a user