nabsul/kcert

Setup a single ingress with multiple hosts to manage

nabsul opened this issue · 0 comments

Right now KCert will add a rule to the existing ingress of a domain and then clean up afterwards.

What would be simpler is:

  • Create an ingress specific to KCert
  • Periodically scan for all ingresses/hosts
  • Update that single ingress to contain rules for all the hosts (to acme-challenge)

This way we don't have to worry about the time it takes for Kubernetes to pick up the change. The route has already been in there for a while and it's all good.