External Service
To access external services with traefik, use the external-service
chart and
- Set
type
toExternal IP
- Set
externalIP
to the IP-Address for your service. (In this example 192.168.178.10) - Set
protocol
to eitherHTTPS
orHTTP
depending on your service. - Set the
port
to the port your service is using.
When done it should look something like this:
Don’t forget to add your Ingress to the external-service. To learn more about Ingress and how to use it click here.