Add Option to Set Proxy Service as ClusterIP Type in KOTS Admin UI #9981
Labels
team: delivery
Issue belongs to the self-hosted team
type: improvement
Improves an existing feature or existing code
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
).Additional context
The text was updated successfully, but these errors were encountered: