From 2c0473f2ec7ebca769211db1bb3963bf86d5b5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Wed, 15 Aug 2018 17:51:00 +0200 Subject: [PATCH] [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 --- stable/mongodb-replicaset/Chart.yaml | 2 +- stable/mongodb-replicaset/templates/mongodb-service.yaml | 2 +- stable/mongodb-replicaset/templates/mongodb-statefulset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}