fix: update Redis passwords in configuration files for production and alpha environments

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-08 22:56:53 +08:00
parent 2981ccf344
commit 1c17cd3ad9
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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