fix api response time

main
cahe 2 years ago
parent 1b0fc0b37f
commit 822f0e5314

@ -52,14 +52,14 @@ spec:
- '/app/app.py'
readinessProbe:
initialDelaySeconds: 10
timeoutSeconds: 10
timeoutSeconds: 11
failureThreshold: 10
httpGet:
path: /
port: 8000
livenessProbe:
initialDelaySeconds: 10
timeoutSeconds: 10
timeoutSeconds: 11
failureThreshold: 10
httpGet:
path: /

Loading…
Cancel
Save