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:
|
spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
labels:
|
labels:
|
||||||
app: opencensus
|
app: opencensus
|
||||||
component: oc-agent
|
component: oc-agent
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: oc-agent
|
- name: oc-agent
|
||||||
image: omnition/opencensus-agent:0.1.6
|
image: omnition/opencensus-agent:0.1.8.1
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue