Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollout rollout-demo in my-app with image hashicorp/http-echo:0.2.0 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions manifests/rollout-demo/rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
getambassador.io/rolloutId: 2121cc1b-4aea-4655-ae54-5d3c55ba4e9c
getambassador.io/rolloutId: 6c69b8b3-d6a3-441c-bcb6-1f03d4975d83
creationTimestamp: null
name: rollout-demo
namespace: my-app
Expand All @@ -18,34 +18,34 @@ spec:
steps:
- setWeight: 10
- pause:
duration: 90
duration: 12
- setWeight: 20
- pause:
duration: 90
duration: 12
- setWeight: 30
- pause:
duration: 90
duration: 12
- setWeight: 40
- pause:
duration: 90
duration: 12
- setWeight: 50
- pause:
duration: 90
duration: 12
- setWeight: 60
- pause:
duration: 90
duration: 12
- setWeight: 70
- pause:
duration: 90
duration: 12
- setWeight: 80
- pause:
duration: 90
duration: 12
- setWeight: 90
- pause:
duration: 90
duration: 12
- setWeight: 100
- pause:
duration: 90
duration: 12
trafficRouting:
ambassador:
mappings:
Expand All @@ -60,7 +60,7 @@ spec:
- args:
- -text=VERSION 1
- -listen=:8080
image: hashicorp/http-echo:0.2.3
image: hashicorp/http-echo:0.2.0
imagePullPolicy: Always
name: echo-v1
ports:
Expand Down