Set parameters in traefik as ingress controller( reverse proxy )

2/3/2021

i'm trying to set up traefik as a reverse proxy. I've followed the tutorial on this web site Traefik as Ingress Controller for Your Kubernetes .

I'm currently a little lost in the configuration to define the proxy parameters in the proxy.conf file.

I don't understand how to set the listening port of proxy 8080 on ip 127.0.0.0.1 and the domain definition my-service.my-company.com.

i added all the file in the gist : you will find it here

thanks in advance for your help !

-- olibruno
kubernetes
traefik
traefik-ingress

0 Answers