Skip to content

Commit

Permalink
Add New Redis Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed committed Dec 24, 2024
1 parent a7868aa commit 4a03ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/redis-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ objects:
ports:
- containerPort: 6379
protocol: TCP
command: /bin/sh -c "redis-server --requirepass ${REDIS_PASSWORD}"
command: ["redis-server","--requirepass", "${REDIS_PASSWORD}"]
resources:
requests:
cpu: "${CPU_REQUEST}"
Expand Down

0 comments on commit 4a03ba2

Please sign in to comment.