Skip to content

Commit 7609bf8

Browse files
Fix monitoring port conflicting with HTTPS ingress-nginx port in Tilt
1 parent c87be56 commit 7609bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tilt/Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ if enable_monitoring:
236236
#env = [{"name": "ENABLE_LOGS_ALL", "value": "true"}]
237237
)
238238

239-
k8s_resource("lgtm", port_forwards=["3001:3000"])
239+
k8s_resource("lgtm", port_forwards=["3002:3000"])
240240

241241
if enable_pebble:
242242
# Deploy Pebble

0 commit comments

Comments
 (0)