helm-zabbix icon indicating copy to clipboard operation
helm-zabbix copied to clipboard

[zabbix-community/zabbix] Adding support for Traefik v3

Open TKinslayer opened this issue 1 year ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. Impossible to use the Traefik configuration when Traefik v3 is used (traefik.io), because the chart seems to favor traefik.containo.us instead (Traefik v2)

Describe the solution you'd like Possibility to chose which version of Traefik to use

TKinslayer avatar Aug 09 '24 14:08 TKinslayer

Quick update, I was able to "bypass" the problem by disabling all ingress from the values.yaml and adding a custom one on the side.

But it would be nice to be able to specify directly from the values.yaml the version of traefik you are using ;-)

TKinslayer avatar Aug 10 '24 17:08 TKinslayer

Hello @TKinslayer!

I haven't experience using Traefik. Could you help me to fix this problem opening a pull request with the correct solution?

aeciopires avatar Sep 24 '24 04:09 aeciopires

Alternative approach: remove rule and ingressroute support altogether. I believe, as most of the Helm Charts out there, we should only support the "standard" Ingress. And, besides Openshift now providing an "Ingress Controller", I do know the older version of Traefik supported Ingresses, and I suppose / hope the new one does so, also.

fibbs avatar Nov 13 '24 14:11 fibbs