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/hbase-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/hbase-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/hbase-deployment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/hbase-deployment.yaml b/kubernetes/aai/templates/hbase-deployment.yaml index 08c2ee3734..62b017db29 100644 --- a/kubernetes/aai/templates/hbase-deployment.yaml +++ b/kubernetes/aai/templates/hbase-deployment.yaml @@ -56,10 +56,11 @@ spec: volumes: - name: hbase-data hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aai/hbase + path: {{ .Values.persistence.mountPath }}/{{ .Release.Name }}/aai/hbase - name: localtime hostPath: path: /etc/localtime imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" #{{ end }} + |