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