Update README.md
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# Install Firecrawl on a Kubernetes Cluster (Simple Version)
|
# Install Firecrawl on a Kubernetes Cluster (Simple Version)
|
||||||
# Before installing
|
# Before installing
|
||||||
1. Set [secret.yaml](secret.yaml) and [configmap.yaml](configmap.yaml) and do not check in secrets
|
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`:
|
- **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
|
```yaml
|
||||||
REDIS_URL: "redis://:password@host:port"
|
REDIS_URL: "redis://:password@host:port"
|
||||||
|
|||||||
Reference in New Issue
Block a user