fix: update Redis passwords in configuration files for production and alpha environments
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
2981ccf344
commit
1c17cd3ad9
@ -28,7 +28,7 @@ global:
|
||||
## @param global.security.allowInsecureImages Allows skipping image verification
|
||||
allowInsecureImages: false
|
||||
redis:
|
||||
password: "r6Y@QTb*7BQN@hDGsN"
|
||||
password: "izrZtCmYk8"
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
compatibility:
|
||||
|
||||
@ -28,7 +28,7 @@ global:
|
||||
## @param global.security.allowInsecureImages Allows skipping image verification
|
||||
allowInsecureImages: false
|
||||
redis:
|
||||
password: "r6Y@QTb*7BQN@hDGsN"
|
||||
password: "4sTqfZvUwR"
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
compatibility:
|
||||
|
||||
@ -72,5 +72,5 @@ chat:
|
||||
freeleapsAilabEndpoint: ''
|
||||
freeleapsEnv: alpha
|
||||
certPath: ''
|
||||
redisUrl: redis://r6Y@QTb*7BQN@hDGsN@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379/0
|
||||
redisUrl: redis://4sTqfZvUwR@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379/0
|
||||
redisIsCluster: "false"
|
||||
|
||||
@ -55,5 +55,5 @@ chat:
|
||||
freeleapsAilabEndpoint: ''
|
||||
freeleapsEnv: chat
|
||||
certPath: ''
|
||||
redisUrl: "redis://r6Y@QTb*7BQN@hDGsN@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
|
||||
redisUrl: "redis://izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
|
||||
redisIsCluster: "true"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user