mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +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)
|
||||
# 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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user