Skip to content

Commit a6b0a27

Browse files
committed
fix(firecrawl): set internal firecrawl cron job to point to namespace
local service
1 parent 6dbcec9 commit a6b0a27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/firecrawl-simple/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.1
1+
version: 0.0.2
22
apiVersion: v2
33
name: firecrawl-simple
44
description: "FireCrawl"

charts/firecrawl-simple/templates/clean-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ spec:
2323
args:
2424
- /bin/sh
2525
- -c
26-
- curl http://api.firecrawl.svc.cluster.local:3002/admin/@/clean-before-24h-complete-jobs
26+
- curl http://firecrawl-api:3002/admin/@/clean-before-24h-complete-jobs

0 commit comments

Comments
 (0)