EDGEPOD-114 Enhance CDN-local to better support of hostNetwork

Also renamed resouce names from nginx to cdn-local.

Change-Id: Ib77f18b8e8ea2efcb73c0d36a621bdee5eea2f33
diff --git a/ott-services/cdn-local/templates/configmap-nginx.yaml b/ott-services/cdn-local/templates/configmap-nginx.yaml
index 1e505bd..75db4d6 100644
--- a/ott-services/cdn-local/templates/configmap-nginx.yaml
+++ b/ott-services/cdn-local/templates/configmap-nginx.yaml
@@ -22,10 +22,6 @@
   labels:
 {{ tuple "nginx" . | include "cdn-local.metadata_labels" | indent 4 }}
 data:
-  route-gen.sh: |
-{{ tuple "bin/_route-gen.sh.tpl" . | include "cdn-local.template" | indent 4 }}
-  network-config.sh: |
-{{ tuple "bin/_network-config.sh.tpl" . | include "cdn-local.template" | indent 4 }}
   run-nginx.sh: |
 {{ tuple "bin/_run-nginx.sh.tpl" . | include "cdn-local.template" | indent 4 }}
 
@@ -95,4 +91,4 @@
           play {{ .Values.config.nginx.rtmp.appLocal.movieLocation }};
         }
       }
-    }
\ No newline at end of file
+    }