Skip to content

Commit

Permalink
Forward otel-grpc port for local lexbox api (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye authored Nov 13, 2024
1 parent 0fcb7ad commit ada42e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ allow_k8s_contexts('docker-desktop')
lexbox_ports = [
port_forward(1080, name='maildev'),
port_forward(18888, name='aspire'),
port_forward(4318, name='otel') #otel
port_forward(4318, name='otel'),
port_forward(4317, name='otel-grpc')
]
if forward_lexbox:
lexbox_ports = [port_forward(5158, name='lexbox-api', link_path='/api/swagger')] + lexbox_ports
Expand Down

0 comments on commit ada42e9

Please sign in to comment.