revert image
Signed-off-by: Megrez Lu <lujiajing1126@gmail.com>
This commit is contained in:
parent
b85d4b46b4
commit
e6b60e616d
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue