From 79a130b3c1b722bfe0ffc4af0a2688cd5cedb7d9 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Mon, 25 Mar 2024 19:17:47 +0800 Subject: [PATCH] update prod redis pass --- dev-upgrade/redis/redis-stack.yaml | 2 +- prod-upgrade/redis/redis.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-upgrade/redis/redis-stack.yaml b/dev-upgrade/redis/redis-stack.yaml index 53527af..1c9ae5d 100644 --- a/dev-upgrade/redis/redis-stack.yaml +++ b/dev-upgrade/redis/redis-stack.yaml @@ -30,7 +30,7 @@ spec: containerPort: 6379 env: - name: "REDIS_ARGS" - value: "--requirepass tISfa6xShNuAIZmAj5s62i4nNKr5Vhse" + value: "--requirepass beaconfire@123" volumeMounts: - name: redis-stack-dev mountPath: /data diff --git a/prod-upgrade/redis/redis.yaml b/prod-upgrade/redis/redis.yaml index 7fe473a..8bc40f1 100644 --- a/prod-upgrade/redis/redis.yaml +++ b/prod-upgrade/redis/redis.yaml @@ -31,7 +31,7 @@ spec: containerPort: 6379 env: - name: "REDIS_ARGS" - value: "--requirepass beaconfire@123" + value: "--requirepass tISfa6xShNuAIZmAj5s62i4nNKr5Vhse" volumeMounts: - name: redis mountPath: /data