Closed
Description
Is your feature request related to a problem? Please describe
For users who don't use the Proxy service as a LoadBalancer and instead have their own LoadBalancer in place, it would be very helpful to have the ability to set the Proxy service as ClusterIP instead. I believe having to manually set this has caused several failed Gitpod updates for me.
Describe the behaviour you'd like
Ideally a simple toggle in the admin UI would be excellent.
Describe alternatives you've considered
Manually editing the service for the moment (kubectl edit svc proxy -n gitpod
).