mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 17:39:00 +08:00
Update README.md
This commit is contained in:
parent
1ea9131e63
commit
4278fae51e
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user