[MONGODB] Update to latest bitnami mongodb chart
[oom.git] / kubernetes / multicloud / components / multicloud-k8s / values.yaml
index 1804b70..38111cd 100644 (file)
@@ -19,6 +19,15 @@ global:
   nodePortPrefixExt: 304
   persistence: {}
   artifactImage: onap/multicloud/framework-artifactbroker:1.9.0
+  # Docker Repository used by RepositoryGenerator
+  dockerHubRepository: docker.io
+  # Additions for MongoDB****************************
+  # If dockerHubRepository is changes the following entry needs
+  # to be changed as well
+  imageRegistry: docker.io
+  imagePullSecrets:
+    - '{{ include "common.names.namespace" . }}-docker-registry-key'
+  # *************************************************
 
 #################################################################
 # Application configuration defaults.
@@ -92,17 +101,19 @@ ingress:
       port: 9015
 
 #Mongo chart overrides for k8splugin
-mongo:
+mongodb:
   nameOverride: multicloud-k8s-mongo
   service:
-    name: multicloud-k8s-mongo
-    internalPort: 27017
-  nfsprovisionerPrefix: multicloud-k8s
-  sdnctlPrefix: multicloud-k8s
-  persistence:
-    mountSubPath: multicloud-k8s/mongo/data
-    enabled: true
-  disableNfsProvisioner: true
+    nameOverride: multicloud-k8s-mongo
+    port: 27017
+  auth:
+    enabled: false
+  #nfsprovisionerPrefix: multicloud-k8s
+  #sdnctlPrefix: multicloud-k8s
+  #persistence:
+  #  mountSubPath: multicloud-k8s/mongo/data
+  #  enabled: true
+  #disableNfsProvisioner: true
   flavor: &storage_flavor large
   resources: &storage_resources
     small: