Skip to content

Add better support of local settings for shared traefik ingress controller #909

@BenGalewsky

Description

@BenGalewsky

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

  1. The gateway ingressroute need to match on host as well as path prefix. It also needs to use site specific entryPoint values
  2. The proxy tcp ingress route needs to allow setting of value for entryPoint not just web or tcp from the tcp.port value
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions