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 mountPath: /usr/share/tessdata
- name: pipeline - name: pipeline
mountPath: /pipeline mountPath: /pipeline
startupProbe: #startupProbe:
httpGet: # httpGet:
path: / # path: /
port: 8080 # port: 8080
periodSeconds: 5 # periodSeconds: 5
timeoutSeconds: 5 # timeoutSeconds: 5
failureThreshold: 30 # failureThreshold: 30
readinessProbe: #readinessProbe:
httpGet: # httpGet:
path: / # path: /
port: 8080 # port: 8080
periodSeconds: 20 # periodSeconds: 20
timeoutSeconds: 5 # timeoutSeconds: 5
failureThreshold: 10 # failureThreshold: 10
livenessProbe: #livenessProbe:
httpGet: # httpGet:
path: / # path: /
port: 8080 # port: 8080
initialDelaySeconds: 300 # initialDelaySeconds: 300
periodSeconds: 20 # periodSeconds: 20
timeoutSeconds: 5 # timeoutSeconds: 5
failureThreshold: 6 # failureThreshold: 6
#resources: #resources:
# requests: # requests:
# cpu: "500m" # cpu: "500m"