Skip to content

Commit

Permalink
Open localhost:9002 in Tilt
Browse files Browse the repository at this point in the history
Open the internal API port (localhost:9002) in the Tilt dev deployment
to allow access to the localhost:9002/swagger/swagger.json resource.
  • Loading branch information
djjuhasz committed Aug 23, 2024
1 parent 0104a91 commit 743ecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if os.environ.get('TRIGGER_MODE_AUTO', '').lower() in true:
trigger_mode = TRIGGER_MODE_AUTO

# Enduro resources
k8s_resource("enduro", labels=["Enduro"], trigger_mode=trigger_mode)
k8s_resource("enduro", labels=["Enduro"], port_forwards="9002:9002", trigger_mode=trigger_mode)
k8s_resource("enduro-dashboard", port_forwards="8080:80", labels=["Enduro"], trigger_mode=trigger_mode)

if PRES_SYS == 'am':
Expand Down

0 comments on commit 743ecc8

Please sign in to comment.