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