fix api response time

main
cahe 2 years ago
parent bfb8d3ae8e
commit 647078928c

@ -30,18 +30,12 @@ kind: Rollout
metadata:
name: python-deployment
spec:
replicas: 5
replicas: 2
strategy:
canary:
steps:
- setWeight: 20
- pause: {}
- setWeight: 40
- pause: {duration: 10}
- setWeight: 60
- pause: {duration: 10}
- setWeight: 80
- pause: {duration: 10}
- setWeight: 50
- pause: {duration: 60}
selector:
matchLabels:
app: python-deployment

Loading…
Cancel
Save