Skip to content

Commit

Permalink
[stable/mongodb-replicaset]: use mongodb as port name to allow DNS se…
Browse files Browse the repository at this point in the history
…edlists (helm#6843)

* [stable/mongodb-replicaset]: use mongodb as port name

* [stable/mongodb-replicaset]: bump version to 3.5.4

Signed-off-by: Jakob Niggel <info@jakobniggel.de>
  • Loading branch information
andrenarchy authored and Jnig committed Nov 13, 2018
1 parent a39d416 commit 74ef2d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/mongodb-replicaset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 3.5.3
version: 3.5.4
appVersion: 3.6
description: NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
Expand Down
2 changes: 1 addition & 1 deletion stable/mongodb-replicaset/templates/mongodb-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
type: ClusterIP
clusterIP: None
ports:
- name: peer
- name: mongodb
port: {{ .Values.port }}
{{- if .Values.metrics.enabled }}
- name: metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
{{ toYaml .Values.extraVars | indent 12 }}
{{- end }}
ports:
- name: peer
- name: mongodb
containerPort: 27017
resources:
{{ toYaml .Values.resources | indent 12 }}
Expand Down

0 comments on commit 74ef2d5

Please sign in to comment.