Update installation files

Change-Id: I6c9e91bee7e2767c24b7db2227670f8a5f0f4a08
Issue-ID: NONRTRIC-822
Signed-off-by: ktimoney <kevin.timoney@est.tech>
diff --git a/service-exposure/deploy_rapp.sh b/service-exposure/deploy_rapp.sh
old mode 100644
new mode 100755
index 4d77350..4d04f6f
--- a/service-exposure/deploy_rapp.sh
+++ b/service-exposure/deploy_rapp.sh
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #
-export host=$(minikube ip)
+export host=$(kubectl get nodes -o wide | tail -1 | sed s'/  */ /'g | cut -f6 -d' ')
 
 if [ -z "$1" ]
   then