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
|
## @param global.security.allowInsecureImages Allows skipping image verification
|
||||||
allowInsecureImages: false
|
allowInsecureImages: false
|
||||||
redis:
|
redis:
|
||||||
password: "r6Y@QTb*7BQN@hDGsN"
|
password: "izrZtCmYk8"
|
||||||
## Compatibility adaptations for Kubernetes platforms
|
## Compatibility adaptations for Kubernetes platforms
|
||||||
##
|
##
|
||||||
compatibility:
|
compatibility:
|
||||||
|
|||||||
@ -28,7 +28,7 @@ global:
|
|||||||
## @param global.security.allowInsecureImages Allows skipping image verification
|
## @param global.security.allowInsecureImages Allows skipping image verification
|
||||||
allowInsecureImages: false
|
allowInsecureImages: false
|
||||||
redis:
|
redis:
|
||||||
password: "r6Y@QTb*7BQN@hDGsN"
|
password: "4sTqfZvUwR"
|
||||||
## Compatibility adaptations for Kubernetes platforms
|
## Compatibility adaptations for Kubernetes platforms
|
||||||
##
|
##
|
||||||
compatibility:
|
compatibility:
|
||||||
|
|||||||
@ -72,5 +72,5 @@ chat:
|
|||||||
freeleapsAilabEndpoint: ''
|
freeleapsAilabEndpoint: ''
|
||||||
freeleapsEnv: alpha
|
freeleapsEnv: alpha
|
||||||
certPath: ''
|
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"
|
redisIsCluster: "false"
|
||||||
|
|||||||
@ -55,5 +55,5 @@ chat:
|
|||||||
freeleapsAilabEndpoint: ''
|
freeleapsAilabEndpoint: ''
|
||||||
freeleapsEnv: chat
|
freeleapsEnv: chat
|
||||||
certPath: ''
|
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"
|
redisIsCluster: "true"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user