Can someone please point me to a good how-to use the Traefik ingress controller for a custom app?
What I want to achieve:
Deploy a custom app via the Scale UI which can be reached on a port lower than 9000.
My understanding so far is that I need to run an ingress controller for that, correct?
I installed Traefik from Truecharts and have that running. But I am kind of stuck here. The documentation says "remember to enable ingress" which is not an available option in custom app.
I do have quite good docker & compose knowledge, but with k8s/k3s, I am stumbling a bit.
Thank you! Till
What I want to achieve:
Deploy a custom app via the Scale UI which can be reached on a port lower than 9000.
My understanding so far is that I need to run an ingress controller for that, correct?
I installed Traefik from Truecharts and have that running. But I am kind of stuck here. The documentation says "remember to enable ingress" which is not an available option in custom app.
I do have quite good docker & compose knowledge, but with k8s/k3s, I am stumbling a bit.
Thank you! Till