diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index 3031ca9..a9657a5 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -35,7 +35,8 @@ spec: canary: steps: - setWeight: 50 - - pause: {duration: 60} + - pause: + duration: 60 selector: matchLabels: app: python-deployment @@ -48,7 +49,7 @@ spec: - name: app args: - '/bin/python3' - - '/app/app.py' + - '/app/app2.py' readinessProbe: initialDelaySeconds: 10 timeoutSeconds: 10