twuni / docker-registry.helm

Helm chart for a Docker registry. Successor to stable/docker-registry chart.
Apache License 2.0
309 stars 146 forks source link

Support for setting the service name #113

Open perangel opened 10 months ago

perangel commented 10 months ago

Problem

It would be useful to be able to specify the service name and not rely on the fullname (which requires using fullnameOverride to set).

While service.name is defined in the values.yaml, it is not referenced anywhere.

Proposed Solution