From a7868aa45b3e16a5de11c3a0f50d59934a21a874 Mon Sep 17 00:00:00 2001 From: Kamal Mohammed Date: Mon, 23 Dec 2024 20:59:07 -0700 Subject: [PATCH] Add New Redis Github Action --- redis/redis-sa.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/redis/redis-sa.yaml b/redis/redis-sa.yaml index 81b7785..48d292f 100644 --- a/redis/redis-sa.yaml +++ b/redis/redis-sa.yaml @@ -97,6 +97,7 @@ objects: ports: - containerPort: 6379 protocol: TCP + command: /bin/sh -c "redis-server --requirepass ${REDIS_PASSWORD}" resources: requests: cpu: "${CPU_REQUEST}"