0

Update README file in k8n directory

Removed a redundant list item and updated section title for deleting Firecrawl. The "Delete Firecrawl" section is now more concise and does not refer specifically to an environment, making it more generally applicable.
This commit is contained in:
Jakob Stadlhuber 2024-06-04 20:59:04 +02:00
parent 078d4c8d41
commit 07246d0e1c

View File

@ -13,7 +13,6 @@
docker push ghcr.io/winkk-dev/firecrawl:latest
```
3. Replace the image in [worker.yaml](worker.yaml), [api.yaml](api.yaml) and [playwright-service.yaml](playwright-service.yaml)
4.
## Install
```bash
@ -31,7 +30,7 @@ kubectl apply -f redis.yaml
kubectl port-forward svc/api 3002:3002 -n dev
```
# Delete Firecrawl on Environment
# Delete Firecrawl
```bash
kubectl delete -f configmap.yaml
kubectl delete -f secret.yaml