.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user