From 4278fae51e8c3f2bd33b1e473cf6bb40bfa02677 Mon Sep 17 00:00:00 2001 From: y5n <37255936+yekkhan@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:55:31 +0800 Subject: [PATCH] Update README.md --- examples/kubernetes/cluster-install/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/kubernetes/cluster-install/README.md b/examples/kubernetes/cluster-install/README.md index 78bb6133..6febc616 100644 --- a/examples/kubernetes/cluster-install/README.md +++ b/examples/kubernetes/cluster-install/README.md @@ -1,7 +1,6 @@ # Install Firecrawl on a Kubernetes Cluster (Simple Version) # Before installing 1. Set [secret.yaml](secret.yaml) and [configmap.yaml](configmap.yaml) and do not check in secrets - Here's the modified markdown with the statement you requested: - **Note**: If `REDIS_PASSWORD` is configured in the secret, please modify the ConfigMap to reflect the following format for `REDIS_URL` and `REDIS_RATE_LIMIT_URL`: ```yaml REDIS_URL: "redis://:password@host:port" @@ -47,4 +46,4 @@ kubectl delete -f playwright-service.yaml kubectl delete -f api.yaml kubectl delete -f worker.yaml kubectl delete -f redis.yaml -``` \ No newline at end of file +```