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:
parent
078d4c8d41
commit
07246d0e1c
@ -13,7 +13,6 @@
|
|||||||
docker push ghcr.io/winkk-dev/firecrawl:latest
|
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)
|
3. Replace the image in [worker.yaml](worker.yaml), [api.yaml](api.yaml) and [playwright-service.yaml](playwright-service.yaml)
|
||||||
4.
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
```bash
|
```bash
|
||||||
@ -31,7 +30,7 @@ kubectl apply -f redis.yaml
|
|||||||
kubectl port-forward svc/api 3002:3002 -n dev
|
kubectl port-forward svc/api 3002:3002 -n dev
|
||||||
```
|
```
|
||||||
|
|
||||||
# Delete Firecrawl on Environment
|
# Delete Firecrawl
|
||||||
```bash
|
```bash
|
||||||
kubectl delete -f configmap.yaml
|
kubectl delete -f configmap.yaml
|
||||||
kubectl delete -f secret.yaml
|
kubectl delete -f secret.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user