Hi!
I've installed Traefik in a Kubernetes cluster using Helm charts. Till now all the EntryPoints were defined in the values.yaml file of the chart, so all of them were created after installing Traefik. I was wondering if it is possible to create EntryPoints manually in a Kubernetes cluster in the same way you can create Routers (IngressRoutes) or Middlewares.
Thanks in advance!