Skip to content

Commit

Permalink
revert image
Browse files Browse the repository at this point in the history
Signed-off-by: Megrez Lu <[email protected]>
  • Loading branch information
lujiajing1126 committed Aug 16, 2024
1 parent f9360c4 commit 44476a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
- type: Exact
name: user-agent
value: pc
- queryParams:
- type: Exact
name: user-agent
value: pc
- path:
value: /pc
- replicas: "50%"
traffic: "50%"
trafficRoutings:
Expand Down
4 changes: 3 additions & 1 deletion test/e2e/test_data/rollout/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ spec:
spec:
containers:
- name: echoserver
image: jmalloc/echo-server:latest
image: cilium/echoserver:latest
# For ARM-based env
# image: jmalloc/echo-server:latest
# imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down

0 comments on commit 44476a4

Please sign in to comment.