mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
Update redis address to use native one
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user