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