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/elasticsearch-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/elasticsearch-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/elasticsearch-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/elasticsearch-deployment.yaml b/kubernetes/aai/templates/elasticsearch-deployment.yaml index d3535d07c6..7eae172c3b 100644 --- a/kubernetes/aai/templates/elasticsearch-deployment.yaml +++ b/kubernetes/aai/templates/elasticsearch-deployment.yaml @@ -67,7 +67,7 @@ spec: name: aai-elasticsearch-configmap - name: elasticsearch-data hostPath: - path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/" + path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/elasticsearch/data" imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" #{{ end }} |