diff options
author | Jerome Doucerain <jerome.doucerain@bell.ca> | 2018-03-17 14:18:41 -0400 |
---|---|---|
committer | Jerome Doucerain <jerome.doucerain@bell.ca> | 2018-03-17 14:18:41 -0400 |
commit | 7c0f04b760da0d724f365175a0046e9568541012 (patch) | |
tree | 7f44004c8571bea324b331da6e28706785a41eea /kubernetes/aai/templates/elasticsearch-deployment.yaml | |
parent | d2b495234d54612e1cddcd709ffcf3620275fddf (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 'kubernetes/aai/templates/elasticsearch-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/elasticsearch-deployment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/elasticsearch-deployment.yaml b/kubernetes/aai/templates/elasticsearch-deployment.yaml index 902f31ef60..a07db04566 100644 --- a/kubernetes/aai/templates/elasticsearch-deployment.yaml +++ b/kubernetes/aai/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 }} + |