- Move Redis StatefulSet configuration to a new file
- Update PersistentVolumeClaim name and storage class
- Adjust nodeSelector for Redis deployment
- Remove old Redis service configuration
This commit restructures the Redis deployment by separating its
configuration into dedicated files for better organization. The
PersistentVolumeClaim name and storage class have been updated to
reflect the new environment, and the nodeSelector has been adjusted
to ensure proper deployment in the specified region. The old
Redis service configuration has been removed to avoid confusion.