ragflow/helm
Wanderson Pinto dos Santos c8194f5fd0
refactor: Update Redis configuration to use StatefulSet instead of deployment with pvc (#7187)
### What problem does this PR solve?

This PR changes Redis to be a statefulset. In some situation when we
Redis pod gets rescheduled to another Node, it gets stuck in pending
state due to the PVC attached to another Kubernetes node.

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [X] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
2025-04-22 12:53:30 +08:00
..
templates refactor: Update Redis configuration to use StatefulSet instead of deployment with pvc (#7187) 2025-04-22 12:53:30 +08:00
.helmignore Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
Chart.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
values.yaml Update values.yaml image to infiniflow/infinity:v0.6.0-dev3 issue#5882 (#6568) 2025-03-26 21:15:26 +08:00