Add upf-adapter pod helm chart changes

Change-Id: I400e0fe521b97c46acfb937514c8889429eed8bb
diff --git a/5g-control-plane/values.yaml b/5g-control-plane/values.yaml
index e21b71f..41284b8 100644
--- a/5g-control-plane/values.yaml
+++ b/5g-control-plane/values.yaml
@@ -1,3 +1,4 @@
+# SPDX-FileCopyrightText: 2022-present Intel Corporation
 # Copyright 2020-present Open Networking Foundation
 #
 # SPDX-License-Identifier: Apache-2.0
@@ -17,6 +18,7 @@
     webui: omecproject/5gc-webui:master-fec9bfc
     sctplb: omecproject/sctplb:master-538dad6
     metricfunc: metricfunc:0.0.1-dev-local0
+    upfadapter: omecproject/5gc-smf:master-b73f587
   pullPolicy: IfNotPresent
 
 resources:
@@ -49,6 +51,13 @@
     limits:
       cpu: 2
       memory: 1Gi
+  upfadapter:
+    requests:
+      cpu: 1
+      memory: 1Gi
+    limits:
+      cpu: 1
+      memory: 1Gi
   ausf:
     requests:
       cpu: 2
@@ -394,7 +403,6 @@
       port: 38412
       #nodePort: 30071
     cfgFiles:
-      # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
       sctplb.yaml:
         info:
           version: 1.0.0
@@ -434,6 +442,8 @@
           version: 1.0.0
           description: AMF initial local configuration
         configuration:
+          amfDBName: sdcore_amf
+          enableDBStore: false
           ngapIpList:
             - "0.0.0.0"
           amfName: AMF
@@ -528,6 +538,9 @@
           version: 1.0.0
           description: NRF initial local configuration
         configuration:
+          mongoDBStreamEnable: true
+          nfProfileExpiryEnable: true
+          nfKeepAliveTime: 60
           sbi:
             scheme: http
             bindingIPv4: "0.0.0.0"
@@ -564,6 +577,8 @@
           version: 1.0.0
           description: SMF initial local configuration
         configuration:
+          smfDBName: sdcore_smf
+          enableDBStore: false
           pfcp:
              addr: "POD_IP"
           smfName: SMF
@@ -675,4 +690,21 @@
             urls:
                - "sd-core-kafka-headless:9092"
             topic: "sdcore-analytics-feed"
+  upfadapter:
+    deploy: false
+    serviceType: ClusterIP
+    n4:
+      port: 8805
+      # Provide nodePort when serviceType is NodePort
+      # nodePort: 30021
+    rest:
+      port: 8090
+      #nodePort: 30080
+    cfgFiles:
+      config.yaml:
+        info:
+          version: 1.0.0
+          description: UPF Adapter initial local configuration
+        logger:
+          level: info