Update default params to enable MongoDB cluster

- Also updating some other values like imsi, plmn
- Update default qos rates
- update perUserTimeout in the profile
- enable cluster mongo DB

Change-Id: Ibc85882017fb163763cd150e3bf7eb658600d207
diff --git a/5g-test-apps-values.yaml b/5g-test-apps-values.yaml
index b60b746..7abb0e2 100644
--- a/5g-test-apps-values.yaml
+++ b/5g-test-apps-values.yaml
@@ -1,9 +1,20 @@
+# SPDX-FileCopyrightText: 2022-present Intel Corporation
 # Copyright 2019-present Open Networking Foundation
 #
 # SPDX-License-Identifier: Apache-2.0
 
 images:
   repository: "registry.opennetworking.org/docker.io/"
+  #tags:
+  #  dbtestapp: "dbtestapp:0.0.1-dev"
 config:
   dbtestapp:
     replica: 2
+
+mongodb:
+  usePassword: false
+  persistence:
+    enabled: false
+  #enable following 2 lines if cluster needs to be enabled
+  architecture: replicaset
+  replicaCount: 2