Closed kevinpollet closed 3 years ago
This PR updates the Traefik dependency version to v2.5.3 in order to be able to use a named port in an IngressRoute. As a side effect, the version of golang in the Dockerfile has been updated to 1.16 because of the ioutil deprecation.
v2.5.3
IngressRoute
Dockerfile
1.16
ioutil
Goal
This PR updates the Traefik dependency version to
v2.5.3
in order to be able to use a named port in anIngressRoute
. As a side effect, the version of golang in theDockerfile
has been updated to1.16
because of theioutil
deprecation.