diff --git a/cluster/applications/firecrawl/deployment-worker.yaml b/cluster/applications/firecrawl/deployment-worker.yaml index b409a74..fd7b48d 100644 --- a/cluster/applications/firecrawl/deployment-worker.yaml +++ b/cluster/applications/firecrawl/deployment-worker.yaml @@ -45,16 +45,14 @@ spec: cpu: 1000m memory: 4Gi livenessProbe: - httpGet: - path: / + tcpSocket: port: 3005 initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 readinessProbe: - httpGet: - path: / + tcpSocket: port: 3005 initialDelaySeconds: 30 periodSeconds: 5 diff --git a/cluster/applications/firecrawl/httproute.yaml b/cluster/applications/firecrawl/httproute.yaml index 22c7cf0..bf80eb2 100644 --- a/cluster/applications/firecrawl/httproute.yaml +++ b/cluster/applications/firecrawl/httproute.yaml @@ -11,8 +11,8 @@ metadata: cert-manager.io/cluster-issuer: letsencrypt-prod spec: parentRefs: - - name: gateway - namespace: default + - name: fastpass-gateway + namespace: gateway hostnames: - spaceship-earth.local.mk-labs.cloud - firecrawl.local.mk-labs.cloud