From ec9cbf115ac08d201991d884f10820c8db8e6e23 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 16 May 2026 08:49:31 +1000 Subject: [PATCH] Update redis ur;l --- k8s/manifest.template.yaml | 2 +- k8s/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/manifest.template.yaml b/k8s/manifest.template.yaml index 79d1120..c761c5f 100644 --- a/k8s/manifest.template.yaml +++ b/k8s/manifest.template.yaml @@ -164,7 +164,7 @@ spec: - name: FINNHUB_API_KEY value: "d7hbngpr01qhiu0b2pv0d7hbngpr01qhiu0b2pvg" - name: REDIS_URL - value: "redis://redis.db.svc.cluster.local:6379/0" + value: "redis://192.168.1.2:6379/0" - name: CRAWL4AI_API_URL value: "http://crawl4ai.ai.svc.cluster.local:80" - name: CRAWL4AI_ENABLED diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index ff1900f..923c5c9 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -164,7 +164,7 @@ spec: - name: FINNHUB_API_KEY value: "d7hbngpr01qhiu0b2pv0d7hbngpr01qhiu0b2pvg" - name: REDIS_URL - value: "redis://redis.db.svc.cluster.local:6379/0" + value: "redis://192.168.1.2:6379/0" - name: CRAWL4AI_API_URL value: "http://crawl4ai.ai.svc.cluster.local:80" - name: CRAWL4AI_ENABLED