Update redis address to use native one

This commit is contained in:
2025-11-04 19:45:45 +11:00
parent 5b756e4664
commit 8d72c3719a
+2 -2
View File
@@ -105,9 +105,9 @@ spec:
- name: CSRF_TRUSTED_ORIGINS
value: "https://to.junv.cc,https://go.junv.cc,http://go"
- name: CELERY_BROKER_URL
value: "redis://redis-master.db.svc.cluster.local:6379"
value: "redis://192.168.1.2:6379"
- name: CELERY_RESULT_BACKEND
value: "redis://redis-master.db.svc.cluster.local:6379"
value: "redis://192.168.1.2:6379"
- name: UV_CACHE_DIR
value: "/app/.cache/uv"
- name: R2_BUCKET_NAME