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 | db3cfc3140a4300049531d9dc2145eadc795d1ac (patch) | |
tree | 47d840b094065ffc00b7a407a0b9db0f431adda2 /templates | |
parent | 57ff8a920f5ca5c5931335d3405a5f2f88b7baf5 (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 'templates')
-rw-r--r-- | templates/data-router-deployment.yaml | 2 | ||||
-rw-r--r-- | templates/elasticsearch-deployment.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/data-router-deployment.yaml b/templates/data-router-deployment.yaml index 5a7f9e9..6fb1751 100644 --- a/templates/data-router-deployment.yaml +++ b/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" diff --git a/templates/elasticsearch-deployment.yaml b/templates/elasticsearch-deployment.yaml index d3535d0..7eae172 100644 --- a/templates/elasticsearch-deployment.yaml +++ b/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 }} |