hashicorp / waypoint-helm

Helm chart to install Waypoint and other associated components.
Mozilla Public License 2.0
29 stars 14 forks source link

Listen for UI on 9702 #3

Closed izaaklauer closed 3 years ago

izaaklauer commented 3 years ago

Port 9702 is hard-coded into waypoint ui -authenticate, so we'd better listen on it.

mitchellh commented 3 years ago

I did this already, its just not in the released version: https://github.com/hashicorp/waypoint-helm/commit/d98f81f6672510f6b7fc8eb08784325b362d2bee 😄

izaaklauer commented 3 years ago

Oh hah, should have pulled. That fails for me though, because there are two ports named https:

Error: INSTALLATION FAILED: cannot patch "waypoint-ui" with kind Service: Service "waypoint-ui" is invalid: spec.ports[3].name: Duplicate value: "https"
mitchellh commented 3 years ago

Let's just modify that on main, seems easy enough

izaaklauer commented 3 years ago

done