Open AnsonT opened 4 years ago
@AnsonT it should be the same as with nginx or any other ingress controller. You may have to set a label or an annotation so that the ingress controller processes the ingress you define using the component-chart but other than that, it should not be any different.
Running help install as given on their website with the following values file work ingress: enabled: true host: "loft.yourdomain.com" annotations: kubernetes.io/ingress.class: traefik
Make sure to put DNS entry for host pointing to the IP Address of listed in kubectl get ingress -n loft to access
I'm deploying to a K3S cluster which has built-in Traefik ingress controller. It would be great to see an example of how that is configured in the component chart.