mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 19:18:58 +08:00
Remove liveness and readiness probes from worker.yaml
This commit removes the liveness and readiness probes configuration from the Kubernetes worker manifest. Additionally, a Service definition for the worker application has been removed. These changes might be necessary to update the deployment strategy or simplify the configuration.
This commit is contained in:
parent
d68f349109
commit
2dc7be3869
@ -24,33 +24,3 @@ spec:
|
|||||||
name: firecrawl-config
|
name: firecrawl-config
|
||||||
#- secretRef:
|
#- secretRef:
|
||||||
# name: firecrawl-secret
|
# name: firecrawl-secret
|
||||||
livenessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /v0/health/liveness
|
|
||||||
port: 3003
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
periodSeconds: 30
|
|
||||||
timeoutSeconds: 5
|
|
||||||
successThreshold: 1
|
|
||||||
failureThreshold: 3
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /v0/health/readiness
|
|
||||||
port: 3003
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
periodSeconds: 30
|
|
||||||
timeoutSeconds: 5
|
|
||||||
successThreshold: 1
|
|
||||||
failureThreshold: 3
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: worker
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
app: worker
|
|
||||||
ports:
|
|
||||||
- protocol: TCP
|
|
||||||
port: 3003
|
|
||||||
targetPort: 3003
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user