replace with released version of ocagent image.
This commit is contained in:
parent
d429d07b6c
commit
82e4fef82f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue