fix AAI data-router and es mapping

fixed data router logs and elasticsearch data folder mapping to dockerdata-nfs

Issue-ID: OOM-767

Change-Id: Ia9746fad6ae0a7283a599570e04044c9369f8d91
Signed-off-by: kerenj <keren.joseph@amdocs.com>
diff --git a/kubernetes/aai/templates/data-router-deployment.yaml b/kubernetes/aai/templates/data-router-deployment.yaml
index 5a7f9e9..6fb1751 100644
--- a/kubernetes/aai/templates/data-router-deployment.yaml
+++ b/kubernetes/aai/templates/data-router-deployment.yaml
@@ -122,7 +122,7 @@
           name: data-router-dynamic-configmap
       - name: data-router-logs
         hostPath:
-          path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/"
+          path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/data-router/logs"
       restartPolicy: Always
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"