update ocagent version and disable sidecar injection in istio deployment.
This commit is contained in:
parent
82e4fef82f
commit
ba08326b04
1 changed files with 3 additions and 1 deletions
|
@ -30,13 +30,15 @@ metadata:
|
|||
spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
sidecar.istio.io/inject: "false"
|
||||
labels:
|
||||
app: opencensus
|
||||
component: oc-agent
|
||||
spec:
|
||||
containers:
|
||||
- name: oc-agent
|
||||
image: omnition/opencensus-agent:0.1.6
|
||||
image: omnition/opencensus-agent:0.1.8.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue