fix api response time

main
cahe 2 years ago
parent ecbdaae2ba
commit 3186f1d569

@ -44,11 +44,15 @@ spec:
- '/bin/python3' - '/bin/python3'
- '/app/app.py' - '/app/app.py'
readinessProbe: readinessProbe:
initialDelaySeconds: 10
timeoutSeconds: 10
failureThreshold: 10 failureThreshold: 10
httpGet: httpGet:
path: / path: /
port: 8000 port: 8000
livenessProbe: livenessProbe:
initialDelaySeconds: 10
timeoutSeconds: 10
failureThreshold: 10 failureThreshold: 10
httpGet: httpGet:
path: / path: /

Loading…
Cancel
Save