sonatype / nxrm3-ha-repository

Repository for YAML configuration files for Nexus Repository Manager High Availability Feature
16 stars 17 forks source link

Docker ingress annotations are not customizable #62

Closed renesch-de closed 4 months ago

renesch-de commented 5 months ago

Currently, annotations for Ingress objects can only be specified globally for all ingress resources via Values.ingress.annotations. This is problematic when the docker ingress objects, configurable via Values.nexus.docker.registries need to include annotations such as external-dns.alpha.kubernetes.io/hostname. This annotation needs to match a distinct hostname for each docker ingress object, and a common annotation will not work in this context.

renesch-de commented 5 months ago

See pull request #63

renesch-de commented 4 months ago

Merged #63