fix api response time

main
cahe 2 years ago
parent ecbdaae2ba
commit 3186f1d569

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

Loading…
Cancel
Save