Configuration for connection peer in values.yaml

Change-Id: Ib291c01d98e072817e67d458b439cbbe7330ffd8
diff --git a/mcord/mcord-data-plane/templates/dp.yaml b/mcord/mcord-data-plane/templates/dp.yaml
index a55bb52..3564458 100644
--- a/mcord/mcord-data-plane/templates/dp.yaml
+++ b/mcord/mcord-data-plane/templates/dp.yaml
@@ -77,8 +77,11 @@
               containerName: ngic
               resource: limits.memory
               divisor: 1Mi
-        command: [ "bash",  "-cx", "ifconfig -a; . /opt/ngic/config/dp_config.cfg ; ./ngic_dataplane  $EAL_ARGS -- $APP_ARGS"]
-        #command: ["sleep", "3600"]
+        command: [ "bash",  "-xc"]
+        args:
+        - ifconfig -a; ifconfig lo down;
+        - . /opt/ngic/config/dp_config.cfg;
+        - ./ngic_dataplane $EAL_ARGS -- $APP_ARGS
         volumeMounts:
         - name: config-volume
           mountPath: /opt/ngic/config