traefik/traefik-helm-chart

Entrypoint option allowACMEBypass is not working

Closed this issue · 0 comments

Welcome!

  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've searched similar issues on the Traefik community forum and didn't find any.

What version of the Traefik's Helm Chart are you using?

33.0.0

What version of Traefik are you using?

3.2.0

What did you do?

I configured allowACMEByPass: true on the web entrypoint.

What did you see instead?

Entrypoint name in Pod template is hard-coded to name and not using variable:

- "--entryPoints.name.allowACMEByPass=true"

What is your environment & configuration?

        service:
          additionalServices:
            internal:
              type: ClusterIP
        ports:
          traefik:
            expose:
              default: false
              internal: true
          web:
            allowACMEByPass: true
            redirectTo:
              port: websecure
              priority: 1
          websecure:
            asDefault: true

Additional Information

No response