-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Problem
When deploying the gateway in Kubernetes using the helm chart, setting traefik.installTraefik to false doesn't allow enough customization to work with existing ingress controller settings. In this situation it's impossible to deploy a working gateway with a shared traefik ingress controller.
Additional Customizations Needed
- The gateway ingressroute need to match on host as well as path prefix. It also needs to use site specific
entryPointvalues - The proxy tcp ingress route needs to allow setting of value for
entryPointnot justwebortcpfrom thetcp.portvalue - The dashboard proxy ingressroutetcp needs to match on host as well as path prefix and also needs to use site specific
entryPoint
There may be other considerations, but these were the minimum to get the gateway running on our cluster.
I tested this out in my fork and was able to deploy a gateway using our shared traefik controller.
If you think this is a useful change, I can make a PR for your consideration.
Metadata
Metadata
Assignees
Labels
No labels