Skip to content

Commit

Permalink
config values for off-shelf chart
Browse files Browse the repository at this point in the history
  • Loading branch information
andracc committed Aug 26, 2024
1 parent 985fd92 commit 3a939be
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions otel/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# fullnameOverride: "otel-collector"

mode: "deployment"

namespaceOverride: "thecombine"

image:
repository: "otel/opentelemetry-collector-k8s"

config:
receivers:
jaeger: null
prometheus: null
zipkin: null
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
# cors:
# allowed_origins:
# - "http://thecombine.localhost/*"
processors:
batch: {}
exporters:
otlp:
# endpoint: "api.honeycomb.io:443"
endpoint: "https://api.honeycomb.io"
headers:
"x-honeycomb-team": ""
service:
telemetry:
logs:
level: "debug"
pipelines:
traces:
receivers:
- otlp
processors:
- batch
exporters:
- otlp
metrics: null
logs: null

ports:
otlp:
enabled: false
# enabled: true
# containerPort: 4317
# servicePort: 4317
# hostPort: 4317
# protocol: TCP
otlp-http:
enabled: true
containerPort: 4318
servicePort: 4318
hostPort: 4318
protocol: TCP
jaeger-compact:
enabled: false
jaeger-thrift:
enabled: false
jaeger-grpc:
enabled: false
zipkin:
enabled: false
metrics:
enabled: false

0 comments on commit 3a939be

Please sign in to comment.