Skip to content

Commit

Permalink
fixed health check, binary name and updated image (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
harnitsignalfx committed Aug 24, 2020
1 parent d33fb59 commit ed2f213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exporter/sapmexporter/examples/signalfx-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ data:
access_token: "YOUR_ACCESS_TOKEN"
realm: "YOUR_SIGNALFX_REALM"
service:
extensions: [health_check]
pipelines:
traces:
receivers: [sapm, zipkin]
Expand Down Expand Up @@ -128,11 +129,11 @@ spec:
spec:
containers:
- command:
- "/otelcolcontrib"
- "/otelcontribcol"
- "--config=/conf/otel-collector-config.yaml"
# Memory Ballast size should be max 1/3 to 1/2 of memory.
- "--mem-ballast-size-mib=683"
image: otel/opentelemetry-collector-contrib:0.5.0
image: otel/opentelemetry-collector-contrib:0.8.0
name: otel-collector
resources:
limits:
Expand Down

0 comments on commit ed2f213

Please sign in to comment.