kcp-dev / helm-charts

Helm chart repo for KCP
Apache License 2.0
4 stars 21 forks source link

Make virtual workspace URL configurable #11

Closed kylape closed 5 months ago

kylape commented 2 years ago

Currently hard coded to the external hostname of KCP.

xrstf commented 10 months ago

virtual workspaces run now inside the kcp process and so no URL is hardcoded anymore. Instead users can now configure their own external virtual workspace by setting kcpFrontProxy.additionalPathMappings in their values.yaml.

I think we can close this.