diff options
author | kerenj <keren.joseph@amdocs.com> | 2018-02-25 11:19:53 +0000 |
---|---|---|
committer | kerenj <keren.joseph@amdocs.com> | 2018-02-25 11:19:53 +0000 |
commit | b19df8009d73ba3273f3529fced4c96c2cc4a4a6 (patch) | |
tree | 081c14f7d15c6c49c57f44af059c386d3f1f9117 /kubernetes/aai/templates/data-router-deployment.yaml | |
parent | c3f901acd912026f602ebdcb66c83490f1a4cf05 (diff) |
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>
Diffstat (limited to 'kubernetes/aai/templates/data-router-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/data-router-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/data-router-deployment.yaml b/kubernetes/aai/templates/data-router-deployment.yaml index 5a7f9e927f..6fb1751f1d 100644 --- a/kubernetes/aai/templates/data-router-deployment.yaml +++ b/kubernetes/aai/templates/data-router-deployment.yaml @@ -122,7 +122,7 @@ spec: 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" |