Change the domain of the service proxy when self hosting? #2277
-
|
Hey everyone, Trying to use the service proxy feature for omni instance that's being self host and ran on The proxy URL I get is Is it possible to change this? Ideally the format would be
And it would be This inclusion of the cluster is more of a feature request, my actual question is how can I change the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi Nikola, We recently added some documentation on how to configure workload proxying in a self-hosted setup, in our Helm chart v2 docs: https://github.com/siderolabs/omni/tree/main/deploy/helm/v2/omni#workload-proxy-optional You do not need to use the new chart to configure workload proxying - you can just read it to better understand how it works. The value can also be configured via We have plans to make it more flexible, i.e., allow any domain to be used, but not ETA for that. |
Beta Was this translation helpful? Give feedback.
Hi Nikola,
We recently added some documentation on how to configure workload proxying in a self-hosted setup, in our Helm chart v2 docs: https://github.com/siderolabs/omni/tree/main/deploy/helm/v2/omni#workload-proxy-optional
You do not need to use the new chart to configure workload proxying - you can just read it to better understand how it works. The value can also be configured via
--workload-proxying-subdomainCLI flag.We have plans to make it more flexible, i.e., allow any domain to be used, but not ETA for that.