diff --git a/stable/mongodb-replicaset/Chart.yaml b/stable/mongodb-replicaset/Chart.yaml index e51907c7c4..110e94d711 100644 --- a/stable/mongodb-replicaset/Chart.yaml +++ b/stable/mongodb-replicaset/Chart.yaml @@ -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. diff --git a/stable/mongodb-replicaset/templates/mongodb-service.yaml b/stable/mongodb-replicaset/templates/mongodb-service.yaml index d6e463008d..b1b8107778 100644 --- a/stable/mongodb-replicaset/templates/mongodb-service.yaml +++ b/stable/mongodb-replicaset/templates/mongodb-service.yaml @@ -20,7 +20,7 @@ spec: type: ClusterIP clusterIP: None ports: - - name: peer + - name: mongodb port: {{ .Values.port }} {{- if .Values.metrics.enabled }} - name: metrics diff --git a/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml b/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml index 75889ffdf9..124312bec1 100644 --- a/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml +++ b/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml @@ -144,7 +144,7 @@ spec: {{ toYaml .Values.extraVars | indent 12 }} {{- end }} ports: - - name: peer + - name: mongodb containerPort: 27017 resources: {{ toYaml .Values.resources | indent 12 }}