Change CDN to assign static IP for S1U interface

Change-Id: I1493cdd7c89a0bc86a47f631e91ad79863fb2a11
diff --git a/cdn-services/cdn-local/values.yaml b/cdn-services/cdn-local/values.yaml
index b790a9c..27cbf7a 100644
--- a/cdn-services/cdn-local/values.yaml
+++ b/cdn-services/cdn-local/values.yaml
@@ -18,7 +18,7 @@
 
 remote_ip: 10.90.0.132
 stream_name: 1.stream
-spgwu_sgiip: 13.0.0.83
+spgwu_sgiip: 13.1.1.3
 ue_ip_subnet1: 16.0.0.0/8
 ue_ip_subnet2: 17.0.0.0/8
 etcdurl: http://node1:32379
@@ -30,15 +30,13 @@
     rtmp_orig: 1935
     rtmp_np: 31935
   replicas: 1
-  nodeselector:
-    sriov: netdevice
 
-network:
+networks:
   sriov:
     enabled: true
-  networks:
-    - name: sgi-net-nd
-      type: sriov
-      ipam: centralip
-      subnet: 13.1.1.0/24
-      gateway: 13.1.1.254
\ No newline at end of file
+  sgi_net_nd:
+    type: sriov
+    ipam: static
+    ip: 13.1.1.253/24
+    subnet: 13.1.1.0/24
+    gateway: 13.1.1.254