Skip to content

Commit

Permalink
reback of deploy/yaml/kmesh.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <[email protected]>
  • Loading branch information
LiZhenCheng9527 committed Oct 8, 2024
1 parent 02df65b commit 4391901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/yaml/kmesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ spec:
path: istio-token
containers:
- name: kmesh
image: ghcr.io/kmesh-net/kmesh:7.5.2
image: ghcr.io/kmesh-net/kmesh:latest
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args:
[
"./start_kmesh.sh --mode=workload --enable-bypass=false --enable-bpf-log=true --enable-accesslog=true",
"./start_kmesh.sh --mode=workload --enable-bypass=false --enable-bpf-log=true",
]
securityContext:
privileged: true
Expand Down

0 comments on commit 4391901

Please sign in to comment.