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