[bitnami/mongodb-sharded] Fix incorrect resource allocation in data nodes

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmeron Garcia
2019-12-03 11:34:44 +01:00
parent 63797a1153
commit 738d6fbc8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb-sharded
version: 0.1.3
version: 0.1.4
appVersion: 4.0.13
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. Sharded topology.
keywords:
@@ -188,7 +188,7 @@ spec:
{{- if $.Values.shardsvr.dataNode.extraVolumeMounts }}
{{- include "mongodb-sharded.tplValue" ( dict "value" $.Values.shardsvr.dataNode.extraVolumeMounts "context" $ ) | nindent 12 }}
{{- end }}
resources: {{- toYaml $.Values.resources | nindent 12 }}
resources: {{- toYaml $.Values.shardsvr.dataNode.resources | nindent 12 }}
{{- if $.Values.metrics.enabled }}
- name: metrics
image: {{ include "mongodb-sharded.metrics.image" $ }}