Skip to content

Commit bc3f674

Browse files
Remove Tilt warning (#3230)
* Update Tiltfile * Update Tiltfile Co-authored-by: Matt Boersma <[email protected]> --------- Co-authored-by: Matt Boersma <[email protected]>
1 parent 85a23d0 commit bc3f674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def observability():
166166
k8s_resource(
167167
workload = "prometheus-operator",
168168
new_name = "metrics: prometheus-operator",
169-
port_forwards = [port_forward(9090, name = "View metrics")],
169+
port_forwards = [port_forward(local_port = 9090, container_port = 9090, name = "View metrics")],
170170
extra_pod_selectors = [{"app": "prometheus"}],
171171
labels = ["observability"],
172172
)

0 commit comments

Comments
 (0)