ragflow/helm/templates
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
..
tests Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
_helpers.tpl Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
elasticsearch-config.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
elasticsearch.yaml Changed elasticsearch image url (#4897) 2025-02-12 12:38:13 +08:00
env.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
infinity.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
ingress.yaml Fix Helm Ingress template (#7018) 2025-04-15 09:19:37 +08:00
minio.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
mysql-config.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
mysql.yaml Disable SQL DB binlog in Helm chart (#3976) 2024-12-11 11:10:33 +08:00
ragflow.yaml Add separate API service resource to Helm chart (#5572) 2025-03-04 11:35:43 +08:00
ragflow_config.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
redis.yaml refactor: Update Redis configuration to use StatefulSet instead of deployment with pvc (#7187) 2025-04-22 12:53:30 +08:00