From e69e4e25556a10cd2e7d08b26cc62e6ba6606eeb Mon Sep 17 00:00:00 2001 From: ycz Date: Tue, 15 Oct 2024 13:00:30 +0800 Subject: [PATCH] update tcs redis --- toc-upgrade/redis/redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toc-upgrade/redis/redis.yaml b/toc-upgrade/redis/redis.yaml index d9103d7..0ca3a6c 100644 --- a/toc-upgrade/redis/redis.yaml +++ b/toc-upgrade/redis/redis.yaml @@ -31,7 +31,7 @@ spec: containerPort: 6379 env: - name: "REDIS_ARGS" - value: "--requirepass beaconfire@123" + value: "--requirepass drillinsight@123" volumeMounts: - name: tcs-redis mountPath: /data