From d6b2ea4c0e6299f5f75b84cfba31f99e474e8df2 Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Tue, 30 Jan 2018 17:13:19 -0500 Subject: Persist AAI data Issue-ID: OOM-639 Change-Id: I0e90a12ac8f00c6b34d99dbd4ac1921a3c8591a9 Signed-off-by: Munir Ahmad --- kubernetes/aai/templates/hbase-deployment.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'kubernetes') diff --git a/kubernetes/aai/templates/hbase-deployment.yaml b/kubernetes/aai/templates/hbase-deployment.yaml index fd8e10cc5a..acb29dad09 100644 --- a/kubernetes/aai/templates/hbase-deployment.yaml +++ b/kubernetes/aai/templates/hbase-deployment.yaml @@ -33,13 +33,18 @@ spec: initialDelaySeconds: 5 periodSeconds: 10 volumeMounts: + - name: hbase-data + mountPath: /tmp - name: localtime mountPath: /etc/localtime readOnly: true volumes: + - name: hbase-data + hostPath: + path: /dockerdata-nfs/onap/aai/hbase - name: localtime hostPath: path: /etc/localtime imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" -#{{ end }} \ No newline at end of file +#{{ end }} -- cgit 1.2.3-korg