traefik / traefik-helm-chart

Traefik Proxy Helm Chart
https://traefik.io
Apache License 2.0
1.08k stars 764 forks source link

Very large priority numbers in redirectTo renders in E notation and blocks startup #1255

Closed ruifung closed 2 hours ago

ruifung commented 2 hours ago

In the ports configuration, if a redirectTo.priority value is set to a large number (i.e. 1000000000), it get's rendered into the pod template as 1e+09 , which causes traefik to fail to start because it has no idea what to do with a number in that format.

ruifung commented 2 hours ago

Nevermind. I was being dumb. looks like It's fluxCD rendering a big number from YAML into E-notation in string.