mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user