sonatype / nxrm3-ha-repository

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

Statefulset Headless service is missing #51

Closed renesch-de closed 5 months ago

renesch-de commented 8 months ago

In a Kubernetes StatefulSet, the serviceName field specifies the Headless Service associated with the StatefulSet. This service is responsible for network identity, including network routing and DNS naming, for the pods based on their ordinal index.

The StatefulSet template currently sets the serviceName field to the value of .Values.statefulset.serviceName but the corresponding Headless Service is never created and not part of the templates folder.

renesch-de commented 7 months ago

See Pull Request #60

renesch-de commented 5 months ago

Merged #60