fix api response time

main
cahe 2 years ago
parent bfb8d3ae8e
commit 647078928c

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

Loading…
Cancel
Save