replace with released version of ocagent image.

This commit is contained in:
rahulpa 2019-04-28 14:48:47 -07:00
parent d429d07b6c
commit 82e4fef82f

View file

@ -15,8 +15,8 @@ data:
zipkin: {} zipkin: {}
exporters: exporters:
stackdriver: stackdriver:
# TODO: find a different way to specify project-id # on GCP project is auto detected.
project: "microservices-demo-app" # project: "your-project-id"
enable_tracing: true enable_tracing: true
enable_metrics: true enable_metrics: true
--- ---
@ -36,7 +36,7 @@ spec:
spec: spec:
containers: containers:
- name: oc-agent - name: oc-agent
image: omnition/opencensus-agent:0.1.5 image: omnition/opencensus-agent:0.1.6
resources: resources:
limits: limits:
cpu: 100m cpu: 100m