File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : couchdb
3- version : 4.5.4
3+ version : 4.5.5
44appVersion : 3.3.3
55description : A database featuring seamless multi-master sync, that scales from
66 big data to mobile, with an intuitive HTTP/JSON API and designed for
Original file line number Diff line number Diff line change 11# NEWS
22
3+ ## 4.5.5
4+
5+ - Give the default port on the CouchDB ` Service ` a name so that ` service.extraPorts ` can be used properly.
6+
37## 4.5.4
48
59- Expose ` extraPorts ` and ` service.extraPorts ` to allow specifying arbitrary ports to be exposed from the CouchDB pods
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ metadata:
1818spec :
1919 ports :
2020 - port : {{ .Values.service.externalPort }}
21+ name : couchdb
2122 protocol : TCP
2223 targetPort : {{ .Values.service.targetPort }}
2324 {{ with .Values.service.extraPorts }}
You can’t perform that action at this time.
0 commit comments