change redis
All checks were successful
lint-test-helm / lint-helm (push) Successful in 18s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 56s

This commit is contained in:
2025-12-25 21:29:53 -06:00
parent 305b7aad60
commit d3b3e19a1f

View File

@@ -39,9 +39,9 @@ rayflume:
name: rayflume-config-secret
key: MB_USER_AGENT
- name: CELERY_BROKER_URL
value: redis://redis-replication-rayflume-master:6379/0
value: redis://redis-replication-rayflume-master.rayflume:6379/0
- name: CELERY_RESULT_BACKEND
value: redis://redis-replication-rayflume-master:6379/0
value: redis://redis-replication-rayflume-master.rayflume:6379/0
- name: REFRESH_MINUTES
value: 60
resources:
@@ -88,5 +88,13 @@ rayflume:
main:
- path: /data
readOnly: false
redis-replication:
existingSecret:
enabled: false
redisReplication:
clusterSize: 3
redisSentinel:
enabled: true
clusterSize: 3
volsync-target-data:
pvcTarget: rayflume-data