diff --git a/cluster/applications/firecrawl/deployment-playwright.yaml b/cluster/applications/firecrawl/deployment-playwright.yaml index 24212c5..c53837f 100644 --- a/cluster/applications/firecrawl/deployment-playwright.yaml +++ b/cluster/applications/firecrawl/deployment-playwright.yaml @@ -41,16 +41,14 @@ spec: - name: tmpfs mountPath: /tmp livenessProbe: - httpGet: - path: / + tcpSocket: port: 3000 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 readinessProbe: - httpGet: - path: / + tcpSocket: port: 3000 initialDelaySeconds: 5 periodSeconds: 5