Skip to content

Commit

Permalink
fix(tilt): fix port forward
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolongol committed Nov 21, 2024
1 parent ad74a3a commit f169218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ k8s_resource(
"marcolongo-cloud-app",
port_forwards=[
port_forward(80, name="app"),
port_forward(80, name="api", link_path="/api"),
],
labels=["app"],
auto_init=False,
Expand Down

0 comments on commit f169218

Please sign in to comment.