Skip to content

Commit

Permalink
fix demo exporter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jul 18, 2024
1 parent 1c50e51 commit 9125371
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion values-kind-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ opentelemetry-collector:
http:
cors:
allowed_origins:
- "https://pokeshop.localdev:30000"
- "https://pokeshop.localdev:30000"

exporters:
otlp/jaeger:
endpoint: ttdemo-jaeger-collector:4317
tls:
insecure: true

0 comments on commit 9125371

Please sign in to comment.