update ocagent version and disable sidecar injection in istio deployment.

This commit is contained in:
rahulpa 2019-06-14 16:11:33 -07:00
parent 82e4fef82f
commit ba08326b04

View file

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