This commit is contained in:
2026-04-02 11:54:35 +00:00
parent 4cf30a5818
commit 9840814de1

View File

@@ -122,28 +122,28 @@ spec:
mountPath: /usr/share/tessdata
- name: pipeline
mountPath: /pipeline
startupProbe:
httpGet:
path: /
port: 8080
periodSeconds: 5
timeoutSeconds: 5
failureThreshold: 30
readinessProbe:
httpGet:
path: /
port: 8080
periodSeconds: 20
timeoutSeconds: 5
failureThreshold: 10
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 300
periodSeconds: 20
timeoutSeconds: 5
failureThreshold: 6
#startupProbe:
# httpGet:
# path: /
# port: 8080
# periodSeconds: 5
# timeoutSeconds: 5
# failureThreshold: 30
#readinessProbe:
# httpGet:
# path: /
# port: 8080
# periodSeconds: 20
# timeoutSeconds: 5
# failureThreshold: 10
#livenessProbe:
# httpGet:
# path: /
# port: 8080
# initialDelaySeconds: 300
# periodSeconds: 20
# timeoutSeconds: 5
# failureThreshold: 6
#resources:
# requests:
# cpu: "500m"