fix api response time

main
cahe 2 years ago
parent 1b0fc0b37f
commit 822f0e5314

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

Loading…
Cancel
Save