summaryrefslogtreecommitdiffstats
path: root/templates/elasticsearch-deployment.yaml
diff options
context:
space:
mode:
authorJerome Doucerain <jerome.doucerain@bell.ca>2018-03-17 14:18:41 -0400
committerJerome Doucerain <jerome.doucerain@bell.ca>2018-03-17 14:18:41 -0400
commit9e5c75760a9ac237fcd02aeb6a7684873c35d794 (patch)
tree6a11371fb1bb845dc081570be6e52f9ad17c9e72 /templates/elasticsearch-deployment.yaml
parent0e58a663a77ad4fce6dbcec855cdc7978f1e855f (diff)
AAI parameterization
added parameter for the AAI_CORE version added parameterized persisted storage location Issue-ID: OOM-734 Change-Id: Iefe3d89ae6d001754251e0f5ce2735c9a920bcd5 Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
Diffstat (limited to 'templates/elasticsearch-deployment.yaml')
-rw-r--r--templates/elasticsearch-deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/elasticsearch-deployment.yaml b/templates/elasticsearch-deployment.yaml
index 902f31e..a07db04 100644
--- a/templates/elasticsearch-deployment.yaml
+++ b/templates/elasticsearch-deployment.yaml
@@ -81,7 +81,8 @@ spec:
name: aai-elasticsearch-configmap
- name: elasticsearch-data
hostPath:
- path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/elasticsearch/data"
+ path: {{ .Values.persistence.mountPath }}/{{ .Release.Name }}/aai/elasticsearch/data
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
#{{ end }}
+