Refactoring the mcord-profile

Change-Id: I5e82e920c2720ff09366e7c6491b4ea969d45494
diff --git a/xos-core/templates/core-deployment.yaml b/xos-core/templates/core-deployment.yaml
index a785392..a8625e2 100644
--- a/xos-core/templates/core-deployment.yaml
+++ b/xos-core/templates/core-deployment.yaml
@@ -31,6 +31,7 @@
           image: {{ .Values.global.registry }}{{ .Values.images.xos_core.repository }}:{{ tpl .Values.images.xos_core.tag . }}
           imagePullPolicy: {{ .Values.images.xos_core.pullPolicy }}
           command: ["/bin/bash", "-c", "cd coreapi; ./start_coreapi.sh"]
+          # command: ["/bin/bash", "-c", "sleep 86400"]
           ports:
             - containerPort: 50051
               port: 50051