summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorMunir Ahmad <munir.ahmad@bell.ca>2018-01-30 17:13:19 -0500
committerMunir Ahmad <munir.ahmad@bell.ca>2018-01-31 14:31:28 +0000
commitd6b2ea4c0e6299f5f75b84cfba31f99e474e8df2 (patch)
treef4a3f7f06a6fad8b144adf6d74f1a4613d6ea8b4 /kubernetes
parentd16aa7e2bab22a41979788bf5e9d4cf87095f38c (diff)
Persist AAI data
Issue-ID: OOM-639 Change-Id: I0e90a12ac8f00c6b34d99dbd4ac1921a3c8591a9 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/aai/templates/hbase-deployment.yaml7
1 files changed, 6 insertions, 1 deletions
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 }}