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/bin/_run-nginx.sh.tpl b/ott-services/cdn-local/templates/bin/_run-nginx.sh.tpl
index cde099e..ffe7916 100644
--- a/ott-services/cdn-local/templates/bin/_run-nginx.sh.tpl
+++ b/ott-services/cdn-local/templates/bin/_run-nginx.sh.tpl
@@ -14,5 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Assume that SGI network gateway knows routes to UE pool
+{{- if .Values.config.sriov.enabled }}
+ip route add {{ .Values.networks.ue.subnet }} via {{ .Values.networks.sgi.gateway }}
+{{- end }}
+
+ip link set {{ .Values.config.nginx.sgiInterface.name }} mtu {{ .Values.config.nginx.sgiInterface.mtu }}
+
 cp /conf/nginx.conf  /etc/nginx/
-nginx -g "daemon off;"
\ No newline at end of file
+nginx -g "daemon off;"