Skip to content

Commit

Permalink
Give the Service default port (5984) a name so that it is not ambiguo…
Browse files Browse the repository at this point in the history
…us if service.extraPorts are used. (#156)
  • Loading branch information
samwho authored Jun 4, 2024
1 parent fa32ff8 commit b6d55fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion couchdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions couchdb/NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions couchdb/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ metadata:
spec:
ports:
- port: {{ .Values.service.externalPort }}
name: couchdb
protocol: TCP
targetPort: {{ .Values.service.targetPort }}
{{ with .Values.service.extraPorts }}
Expand Down

0 comments on commit b6d55fc

Please sign in to comment.