drupal-operator icon indicating copy to clipboard operation
drupal-operator copied to clipboard

Allow to add annotations to the managed ingress

Open gioppoluca opened this issue 9 months ago • 0 comments

To use different ingresses, in the case also of multiple ingress controllers, it is needed to add some annotations. For example for traefik we need to add:

  • kubernetes.io/ingress.class: my-ingress-class
  • traefik.ingress.kubernetes.io/router.entrypoints: web, websecure

It could be useful to be able to specify it in the CR otherwise the option is to have the CR NOT manage the ingress, but is a pity.

gioppoluca avatar Jan 17 '25 09:01 gioppoluca