diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index bf940f1..e847f68 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -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