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