fix api response time

main
cahe 2 years ago
parent 31402904b1
commit 51094e344c

@ -35,7 +35,8 @@ spec:
canary:
steps:
- setWeight: 50
- pause: {duration: 60}
- pause:
duration: 60
selector:
matchLabels:
app: python-deployment
@ -48,7 +49,7 @@ spec:
- name: app
args:
- '/bin/python3'
- '/app/app.py'
- '/app/app2.py'
readinessProbe:
initialDelaySeconds: 10
timeoutSeconds: 10

Loading…
Cancel
Save