From e9165ba12667bb630d8ec8a996c539afb0010647 Mon Sep 17 00:00:00 2001 From: Kamal Mohammed Date: Thu, 9 May 2024 09:28:00 -0600 Subject: [PATCH] Update Redis infra code --- .github/workflows/create-redis-cluster-DEV.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-redis-cluster-DEV.yml b/.github/workflows/create-redis-cluster-DEV.yml index bbc63c7..66d7670 100644 --- a/.github/workflows/create-redis-cluster-DEV.yml +++ b/.github/workflows/create-redis-cluster-DEV.yml @@ -6,7 +6,7 @@ env: COMMON_NAMESPACE: ${{ vars.COMMON_NAMESPACE }} GRAD_NAMESPACE: ${{ vars.GRAD_NAMESPACE }} BUSINESS_NAMESPACE: ${{ vars.GRAD_BUSINESS_NAMESPACE }} - REPLICAS: 2 + REPLICAS: 6 on: workflow_dispatch: jobs: