-
Notifications
You must be signed in to change notification settings - Fork 30
Make front proxy ingress paths configurable #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would making the prefix under which the kcp-front-proxy is exposed configurable be an acceptable solution to you as well? I'm skeptical about kcpFrontProxy:
ingress:
prefix: / Which can then be set to e.g. |
It would be even better solution if we could change the "root" to be used. My only concern with it is compatibility with other components and tools. |
That is a good point. I'd have to check if the plugins would be compatible with this change. |
I can confirm that only sending |
Uh oh!
There was an error while loading. Please reload this page.
We serve multiple services from the same host as the KCP front proxy. It would be desired to be able to configure the ingress paths that are to be sent to KCP front proxy. Our current manually created ingress for KCP has the paths for /clusters and /services. At the moment we have disabled the creation of Ingress by the KCP chart and create it separately as a workaround.
If this is acceptable I could create the PR. The values file would be something like this:
The default would remain "/" and be backwards compatible. Would this be a good improvement?
The text was updated successfully, but these errors were encountered: