diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml index cb44e7b..8603866 100644 --- a/couchdb/Chart.yaml +++ b/couchdb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: couchdb -version: 4.5.4 +version: 4.5.5 appVersion: 3.3.3 description: A database featuring seamless multi-master sync, that scales from big data to mobile, with an intuitive HTTP/JSON API and designed for diff --git a/couchdb/NEWS.md b/couchdb/NEWS.md index a723e55..849e06f 100644 --- a/couchdb/NEWS.md +++ b/couchdb/NEWS.md @@ -1,5 +1,9 @@ # NEWS +## 4.5.5 + +- Give the default port on the CouchDB `Service` a name so that `service.extraPorts` can be used properly. + ## 4.5.4 - Expose `extraPorts` and `service.extraPorts` to allow specifying arbitrary ports to be exposed from the CouchDB pods diff --git a/couchdb/templates/service.yaml b/couchdb/templates/service.yaml index 815d47c..69086b6 100644 --- a/couchdb/templates/service.yaml +++ b/couchdb/templates/service.yaml @@ -18,6 +18,7 @@ metadata: spec: ports: - port: {{ .Values.service.externalPort }} + name: couchdb protocol: TCP targetPort: {{ .Values.service.targetPort }} {{ with .Values.service.extraPorts }}