Define PLMNID in values.yaml to change easier and change CNI to static

Change-Id: Id807240431aac91ec9be9204ce6cd2f62c3bb585
diff --git a/comac-cu/values.yaml b/comac-cu/values.yaml
index b3e5302..6f7d41a 100644
--- a/comac-cu/values.yaml
+++ b/comac-cu/values.yaml
@@ -12,6 +12,9 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+epc:
+  config:
+    plmnid: 371211
 
 mme:
   nodeport_ip_addr: "10.90.0.132"
@@ -27,6 +30,8 @@
   nodeselector:
     sriov: netdevice
   accelleran:
+    ips: 116.0.0.3/24
+    interface: f1-net-cu
     images:
       init: "ngick8stesting/c3po-mmeinit"
       nats: "node1:30500/accelleran/vran-nats:20190121"
@@ -53,6 +58,6 @@
   etcdurl: http://node1:32379
   f1:
     cni_plugin: sriov
-    ipam: centralip
+    ipam: static
     subnet: 116.0.0.0/24
     gateway: 116.0.0.254