[stable/mongodb-replicaset]: use mongodb as port name to allow DNS seedlists (#6843)

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

* [stable/mongodb-replicaset]: bump version to 3.5.4
This commit is contained in:
André Gaul
2018-08-15 08:51:00 -07:00
committed by k8s-ci-robot
parent 1f1c818291
commit 2c0473f2ec
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
@@ -20,7 +20,7 @@ spec:
type: ClusterIP
clusterIP: None
ports:
- name: peer
- name: mongodb
port: {{ .Values.port }}
{{- if .Values.metrics.enabled }}
- name: metrics
@@ -144,7 +144,7 @@ spec:
{{ toYaml .Values.extraVars | indent 12 }}
{{- end }}
ports:
- name: peer
- name: mongodb
containerPort: 27017
resources:
{{ toYaml .Values.resources | indent 12 }}