helm-zabbix
helm-zabbix copied to clipboard
[zabbix-community/zabbix] Adding support for Traefik v3
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
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 ;-)
Hello @TKinslayer!
I haven't experience using Traefik. Could you help me to fix this problem opening a pull request with the correct solution?
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.