Skip to content

Commit

Permalink
added port
Browse files Browse the repository at this point in the history
Signed-off-by: mehul <mehulsharma4786@gmail.com>
  • Loading branch information
hellspawn679 committed Nov 18, 2024
1 parent d82e1cb commit e70863b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/jaeger/templates/es-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ data:
receivers:
otlp:
protocols:
grpc:
http:
grpc: {{ .Values.config.receivers.otlp.protocols.grpc | indent 4 }}
http: {{ .Values.config.receivers.otlp.protocols.http | indent 4 }}
processors:
batch:
Expand Down
4 changes: 2 additions & 2 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ config:
receivers:
otlp:
protocols:
grpc:
http:
grpc: 0.0.0.0:4317
http: 0.0.0.0:4318
jaeger:
protocols:
grpc:
Expand Down

0 comments on commit e70863b

Please sign in to comment.