sillsdev / languageforge-lexbox

Lexbox, SIL linguistic data hub
MIT License
7 stars 2 forks source link

Tilt port-forward warning #1254

Open rmunn opened 6 days ago

rmunn commented 6 days ago

Just saw this in the Tilt logs:

k8s_resource(name='pgadmin', port_forwards='4810') currently maps localhost:4810 to port 80 in your container.
A future version of Tilt will change this default and will map localhost:4810 to port 4810 in your container.
To keep your project working, change your Tiltfile to k8s_resource(name='pgadmin', port_forwards='4810:80')

Don't have time to look into this right now, so making an issue so that this doesn't get lost.

BTW, I would imagine the same warning would apply to other resources in our Tiltfile, like hg which has port_forward(8088, name='hg'), but interestingly Tilt didn't warn about the hg port.