zabbix-community / helm-zabbix

Helm chart for Zabbix
https://artifacthub.io/packages/helm/zabbix-community/zabbix
Apache License 2.0
83 stars 48 forks source link

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

Open TKinslayer opened 1 month ago

TKinslayer commented 1 month ago

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 commented 1 month ago

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 ;-)

aeciopires commented 1 week ago

Hello @TKinslayer!

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