revert image

Signed-off-by: Megrez Lu <lujiajing1126@gmail.com>
This commit is contained in:
Megrez Lu 2024-07-01 10:18:09 +08:00
parent b85d4b46b4
commit e6b60e616d
2 changed files with 9 additions and 1 deletions

View File

@ -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:

View File

@ -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